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

PSOC4_ROWS_PER_MACRO macro

Syntax

#define PSOC4_ROWS_PER_MACRO 512

References

LocationText
psoc4.c:92
#define PSOC4_ROWS_PER_MACRO 512
psoc4.c:488
uint8_t bf[PSOC4_ROWS_PER_MACRO/8];
psoc4.c:492
retval = target_read_memory(target, prot_addr, 4, PSOC4_ROWS_PER_MACRO/32, bf);
psoc4.c:496
for (unsigned int i = 0; i < PSOC4_ROWS_PER_MACRO && s < bank->num_sectors; i++, s++)
psoc4.c:555
if (num_bits > PSOC4_ROWS_PER_MACRO)
psoc4.c:556
num_bits = PSOC4_ROWS_PER_MACRO;
psoc4.c:664
uint32_t macro_idx = row_num / PSOC4_ROWS_PER_MACRO;
psoc4.c:792
if (num_macros != (num_rows + PSOC4_ROWS_PER_MACRO - 1) / PSOC4_ROWS_PER_MACRO)