Home
last modified time | relevance | path

Searched refs:callFlashCommand (Results 1 – 6 of 6) sorted by relevance

/hal_nxp-3.5.0/mcux/mcux-sdk/drivers/flash/
Dfsl_ftfx_cache.h43 …void (*callFlashCommand)(FTFx_REG32_ACCESS_TYPE base, uint32_t bitMask, uint32_t bitShift, uint32_… member
Dfsl_ftfx_cache.c160 if (NULL == config->bitOperFuncAddr.callFlashCommand) in FTFx_CACHE_Init()
380 …lftfxCommonBitOperation_t ftfxCommonBitOperationCommand = config->bitOperFuncAddr.callFlashCommand; in ftfx_common_bit_operation_command_sequence()
Dfsl_ftfx_controller.c204 config->runCmdFuncAddr.callFlashCommand = NULL; in FTFx_API_Init()
1258 callFtfxRunCommand_t callFtfxRunCommand = config->runCmdFuncAddr.callFlashCommand; in ftfx_command_sequence()
1313 callFtfxRunCommand_t callFtfxRunCommand = config->runCmdFuncAddr.callFlashCommand; in ftfx_command_sequence_non_blocking()
Dfsl_ftfx_controller.h314 void (*callFlashCommand)(FTFx_REG8_ACCESS_TYPE FTMRx_fstat); member
/hal_nxp-3.5.0/mcux/mcux-sdk/drivers/flash_ftmr/
Dfsl_flash.h367 void (*callFlashCommand)(volatile uint8_t *FTMRx_fstat); member
Dfsl_flash.c2035 callFlashRunCommand = config->executeInRamFunction.runCmdFuncAddr.callFlashCommand; in flash_command_sequence()