OpenCores
URL https://opencores.org/ocsvn/usb_fpga_1_2/usb_fpga_1_2/trunk

Subversion Repositories usb_fpga_1_2

[/] [usb_fpga_1_2/] [trunk/] [include/] [ztex-debug.h] - Diff between revs 5 and 8

Show entire file | Details | Blame | View Log

Rev 5 Rev 8
Line 1... Line 1...
/*!
/*!
   ZTEX Firmware Kit for EZ-USB Microcontrollers
   ZTEX Firmware Kit for EZ-USB FX2 Microcontrollers
   Copyright (C) 2009-2010 ZTEX e.K.
   Copyright (C) 2009-2011 ZTEX GmbH.
   http://www.ztex.de
   http://www.ztex.de
 
 
   This program is free software; you can redistribute it and/or modify
   This program is free software; you can redistribute it and/or modify
   it under the terms of the GNU General Public License version 3 as
   it under the terms of the GNU General Public License version 3 as
   published by the Free Software Foundation.
   published by the Free Software Foundation.
Line 30... Line 30...
#error[Macro `DEBUG_MSG_SIZE' is not defined.]
#error[Macro `DEBUG_MSG_SIZE' is not defined.]
#endif
#endif
 
 
#define[@CAPABILITY_DEBUG;]
#define[@CAPABILITY_DEBUG;]
 
 
xdata WORD debug_counter;                                 // message number 
__xdata WORD debug_counter;                               // message number 
xdata BYTE debug_stack_size;                              // stack size in messages
__xdata BYTE debug_stack_size;                            // stack size in messages
xdata BYTE debug_msg_size;                                // message size in bytes
__xdata BYTE debug_msg_size;                              // message size in bytes
xdata BYTE debug_stack[DEBUG_STACK_SIZE*DEBUG_MSG_SIZE];  // message stack
__xdata BYTE debug_stack[DEBUG_STACK_SIZE*DEBUG_MSG_SIZE];  // message stack
xdata BYTE* xdata debug_stack_ptr;                        // pointer to the last message added
__xdata BYTE* __xdata debug_stack_ptr;                        // pointer to the last message added
 
 
xdata BYTE debug_msg_buf[DEBUG_MSG_SIZE];                 // user buffer: user should write data to this buffer
__xdata BYTE debug_msg_buf[DEBUG_MSG_SIZE];               // user buffer: user should write data to this buffer
xdata BYTE* xdata debug_read_addr;
__xdata BYTE* __xdata debug_read_addr;
 
 
/* *********************************************************************
/* *********************************************************************
   ***** debug_add_msg *************************************************
   ***** debug_add_msg *************************************************
   ********************************************************************* */
   ********************************************************************* */
// adds the current message (stored in debug_msg_buf) to the message stack
// adds the current message (stored in debug_msg_buf) to the message stack

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.