Home
last modified time | relevance | path

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

/hal_nxp-3.6.0/mcux/mcux-sdk/components/flash/nand/semc/
Dfsl_semc_nand_flash.c873 while (!SEMC_IsInIdle((SEMC_Type *)handle->driverBaseAddr)) in Nand_Flash_Read_Page_Partial()
1035 while (!SEMC_IsInIdle((SEMC_Type *)handle->driverBaseAddr)) in Nand_Flash_Read_Page()
1060 while (!SEMC_IsInIdle((SEMC_Type *)handle->driverBaseAddr)) in Nand_Flash_Page_Program()
1084 while (!SEMC_IsInIdle((SEMC_Type *)handle->driverBaseAddr)) in Nand_Flash_Page_Program()
/hal_nxp-3.6.0/mcux/mcux-sdk/drivers/semc/
Dfsl_semc.h826 static inline bool SEMC_IsInIdle(SEMC_Type *base) in SEMC_IsInIdle() function