URL
https://opencores.org/ocsvn/usb_fpga_1_2/usb_fpga_1_2/trunk
Show entire file |
Details |
Blame |
View Log
Rev 5 |
Rev 8 |
Line 17... |
Line 17... |
|
|
/*
|
/*
|
This buffer is used to buffer the message. The user should
|
This buffer is used to buffer the message. The user should
|
write the data to this buffer.
|
write the data to this buffer.
|
*/
|
*/
|
xdata BYTE debug_msg_buf[DEBUG_MSG_SIZE];
|
__xdata BYTE debug_msg_buf[DEBUG_MSG_SIZE];
|
|
|
/*
|
/*
|
Points the the last message on message stack. This can be used to
|
Points the the last message on message stack. This can be used to
|
modify / update the last message
|
modify / update the last message
|
*/
|
*/
|
xdata BYTE* xdata debug_stack_ptr;
|
__xdata BYTE* xdata debug_stack_ptr;
|
|
|
/*
|
/*
|
Adds the message stored in debug_msg_buf to the message stack
|
Adds the message stored in debug_msg_buf to the message stack
|
*/
|
*/
|
void debug_add_msg ();
|
void debug_add_msg ();
|
© copyright 1999-2025
OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.