Home
last modified time | relevance | path

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

/lk-master/external/platform/stm32f7xx/STM32F7xx_HAL_Driver/Inc/
A Dstm32f7xx_hal_nand.h182 uint32_t HAL_NAND_Read_Status(NAND_HandleTypeDef *hnand);
207 uint32_t HAL_NAND_Read_Status(NAND_HandleTypeDef *hnand);
/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()
770 uint32_t HAL_NAND_Read_Status(NAND_HandleTypeDef *hnand) in HAL_NAND_Read_Status() function

Completed in 4 milliseconds