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

ROWS_PER_BLOCK macro

Syntax

#define ROWS_PER_BLOCK 256

References

LocationText
psoc5lp.c:94
#define ROWS_PER_BLOCK 256
psoc5lp.c:95
#define BLOCK_SIZE (ROWS_PER_BLOCK * ROW_SIZE)
psoc5lp.c:1182
for (row = (offset / ROW_SIZE) % ROWS_PER_BLOCK;
psoc5lp.c:1183
row < ROWS_PER_BLOCK && byte_count > 0; row++) {