![]() |
LPCOpen Platform
LPCOpen Platform for NXP LPC Microcontrollers
|
Go to the source code of this file.
Macros | |
#define | JTAG_DISABLE() |
#define | JTAG_DEBUG_POINT() __asm__ __volatile__ ("nop" ::) |
#define | JTAG_DEBUG_BREAK() __asm__ __volatile__ ("break" ::) |
#define | JTAG_ASSERT(Condition) MACROS{ if (!(Condition)) { JTAG_DEBUG_BREAK(); } }MACROE |
#define | STDOUT_ASSERT(Condition) |
#define | pgm_read_ptr(Address) (void*)pgm_read_word(Address) |