Home
last modified time | relevance | path

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

/hal_nxp-2.7.6/mcux/drivers/kinetis/
Dfsl_ftfx_controller.c204 config->runCmdFuncAddr.callFlashCommand = NULL; in FTFx_API_Init()
210 config->runCmdFuncAddr.commadAddr = (uint32_t)s_ftfxRunCommand; in FTFx_API_Init()
211 ftfx_copy_run_command_to_ram((uint32_t *)config->runCmdFuncAddr.commadAddr); in FTFx_API_Init()
1257 config->runCmdFuncAddr.commadAddr += 1UL; in ftfx_command_sequence()
1258 callFtfxRunCommand_t callFtfxRunCommand = config->runCmdFuncAddr.callFlashCommand; in ftfx_command_sequence()
1264 config->runCmdFuncAddr.commadAddr -= 1UL; in ftfx_command_sequence()
1312 config->runCmdFuncAddr.commadAddr += 1UL; in ftfx_command_sequence_non_blocking()
1313 callFtfxRunCommand_t callFtfxRunCommand = config->runCmdFuncAddr.callFlashCommand; in ftfx_command_sequence_non_blocking()
1319 config->runCmdFuncAddr.commadAddr -= 1UL; in ftfx_command_sequence_non_blocking()
Dfsl_ftfx_controller.h322 function_ptr_t runCmdFuncAddr; /*!< An buffer point to the flash execute-in-RAM function. */ member