Searched refs:runCmdFuncAddr (Results 1 – 2 of 2) sorted by relevance
204 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()
322 function_ptr_t runCmdFuncAddr; /*!< An buffer point to the flash execute-in-RAM function. */ member