Home
last modified time | relevance | path

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

/lk-master/external/platform/stm32f7xx/STM32F7xx_HAL_Driver/Src/
A Dstm32f7xx_hal_nand.c519 while (HAL_NAND_Read_Status(hnand) != NAND_READY) { in HAL_NAND_Write_Page()
685 while (HAL_NAND_Read_Status(hnand) != NAND_READY) { in HAL_NAND_Write_SpareArea()
787 } else if ((data & NAND_READY) == NAND_READY) { in HAL_NAND_Read_Status()
788 return NAND_READY; in HAL_NAND_Read_Status()
/lk-master/external/platform/stm32f7xx/STM32F7xx_HAL_Driver/Inc/
A Dstm32f7xx_hal_nand.h247 #define NAND_READY ((uint32_t)0x00000040) macro

Completed in 4 milliseconds