Home
last modified time | relevance | path

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

/bsp/essemi/es32f369x/libraries/ES32F36xx_ALD_StdPeriph_Driver/Source/
A Dald_nand.c301 while (ald_nand_read_status(hperh) != NAND_READY) { in ald_nand_read_page_8b()
406 while (ald_nand_read_status(hperh) != NAND_READY) { in ald_nand_write_page_8b()
506 while (ald_nand_read_status(hperh) != NAND_READY) { in ald_nand_read_sparearea_8b()
613 while (ald_nand_read_status(hperh) != NAND_READY) { in ald_nand_write_sparearea_8b()
702 while (ald_nand_read_status(hperh) != NAND_READY) { in ald_nand_read_page_16b()
801 while (ald_nand_read_status(hperh) != NAND_READY) { in ald_nand_write_page_16b()
903 while (ald_nand_read_status(hperh) != NAND_READY) { in ald_nand_read_sparearea_16b()
1010 while (ald_nand_read_status(hperh) != NAND_READY) { in ald_nand_write_sparearea_16b()
1067 while (ald_nand_read_status(hperh) != NAND_READY) { in ald_nand_erase_block()
1185 else if ((data & NAND_READY) == NAND_READY) in ald_nand_read_status()
[all …]
/bsp/stm32/stm32mp157a-st-ev1/board/ports/
A Ddrv_nand.h51 #define NAND_READY 0x40 /* read */ macro
A Ddrv_nand.c111 if (result & NAND_READY) in rt_hw_nand_wait_ready()
/bsp/essemi/es32f369x/libraries/ES32F36xx_ALD_StdPeriph_Driver/Include/
A Dald_nand.h142 #define NAND_READY 0x00000040U macro
/bsp/hc32/libraries/hc32_drivers/
A Ddrv_nand.c49 #define NAND_READY 0x00000040U macro
191 while (0UL == (status & NAND_READY)); in _nand_wait_ready()

Completed in 15 milliseconds