Searched refs:NAND_READY (Results 1 – 2 of 2) sorted by relevance
519 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()
247 #define NAND_READY ((uint32_t)0x00000040) macro
Completed in 4 milliseconds