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

LPC11XX_REG_SECTORS macro

Syntax

#define LPC11XX_REG_SECTORS 24

References

LocationText
lpc2000.c:273
#define LPC11XX_REG_SECTORS 24
lpc2000.c:582
if (normal_sectors > LPC11XX_REG_SECTORS) {
lpc2000.c:583
large_sectors = (normal_sectors - LPC11XX_REG_SECTORS) / 8;
lpc2000.c:584
normal_sectors = LPC11XX_REG_SECTORS;
lpc2000.c:593
bank->sectors[i].size = (i < LPC11XX_REG_SECTORS ? 4 : 32) * 1024;