Home
last modified time | relevance | path

Searched refs:NAND_ADDR (Results 1 – 1 of 1) sorted by relevance

/bsp/stm32/stm32mp157a-st-ev1/board/ports/
A Ddrv_nand.h29 #define NAND_ADDR ((rt_uint32_t)0x80000000) /* nand base address */ macro
30 #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