Searched refs:NAND_ADDR (Results 1 – 1 of 1) sorted by relevance
29 #define NAND_ADDR ((rt_uint32_t)0x80000000) /* nand base address */ macro30 #define NAND_ADDR_AREA (*(__IO rt_uint8_t *)NAND_ADDR)31 #define NAND_CMD_AREA (*(__IO rt_uint8_t *)(NAND_ADDR | 1 << 16)) /* command */32 #define NAND_DATA_AREA (*(__IO rt_uint8_t *)(NAND_ADDR | 1 << 17)) /* data */
Completed in 4 milliseconds