INTSRC_END_OF_BURN is only used within OpenOCD.
 
Symbols
loading...
Files
loading...

INTSRC_END_OF_BURN macro

Syntax

#define INTSRC_END_OF_BURN (1 << 1)

References

LocationText
lpc2900.c:72
#define INTSRC_END_OF_BURN (1 << 1)
lpc2900.c:415
target_write_u32(target, INT_CLR_STATUS, INTSRC_END_OF_BURN);
lpc2900.c:430
if (lpc2900_wait_status(bank, INTSRC_END_OF_BURN, 1000) != ERROR_OK) {
lpc2900.c:1318
target_write_u32(target, INT_CLR_STATUS, INTSRC_END_OF_BURN);
lpc2900.c:1330
if (lpc2900_wait_status(bank, INTSRC_END_OF_BURN, 1000) != ERROR_OK) {