Home
last modified time | relevance | path

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

/hal_nxp-3.5.0/mcux/mcux-sdk/drivers/flash/
Dfsl_ftfx_adapter.h41 #define FTFx_FCNFG_RAMRDY_MASK FTFA_FCNFG_RAMRDY_MASK macro
58 #define FTFx_FCNFG_RAMRDY_MASK FTFE_FCNFG_RAMRDY_MASK macro
75 #define FTFx_FCNFG_RAMRDY_MASK FTFL_FCNFG_RAMRDY_MASK macro
Dfsl_ftfx_controller.c614 if ((FTFx->FCNFG & FTFx_FCNFG_RAMRDY_MASK) == 0U) in FTFx_CMD_ProgramSection()