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

MX3_NF_MAIN_BUFFER0 macro

Syntax

#define MX3_NF_MAIN_BUFFER0 (MX3_NF_BASE_ADDR + 0x0000)

References

LocationText
mx3.h:37
#define MX3_NF_MAIN_BUFFER0 (MX3_NF_BASE_ADDR + 0x0000)
mx3.c:181
target_read_u16(target, MX3_NF_MAIN_BUFFER0, &nand_status_content);
mx3.c:272
in_sram_address = MX3_NF_MAIN_BUFFER0 + (nand->page_size >> 1);
mx3.c:275
in_sram_address = MX3_NF_MAIN_BUFFER0;
mx3.c:402
target_write_buffer(target, MX3_NF_MAIN_BUFFER0, data_size, data);
mx3.c:440
target_read_u16(target, MX3_NF_MAIN_BUFFER0, &nand_status_content);
mx3.c:494
target_read_buffer(target, MX3_NF_MAIN_BUFFER0, data_size,
mx3.c:560
in_sram_address = MX3_NF_MAIN_BUFFER0;