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

INTSRC_END_OF_ERASE macro

Syntax

#define INTSRC_END_OF_ERASE (1 << 0)

References

LocationText
lpc2900.c:73
#define INTSRC_END_OF_ERASE (1 << 0)
lpc2900.c:984
target_write_u32(target, INT_CLR_STATUS, INTSRC_END_OF_ERASE);
lpc2900.c:1020
if (lpc2900_wait_status(bank, INTSRC_END_OF_ERASE, 2000) != ERROR_OK)