Searched refs:runCmdFuncAddr (Results 1 – 4 of 4) 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()
330 function_ptr_t runCmdFuncAddr; /*!< An buffer point to the flash execute-in-RAM function. */ member
460 …config->executeInRamFunction.runCmdFuncAddr.commadAddr = (uint32_t)s_flashRunCommand; in FLASH_Init()1990 uint32_t flashRunCommand = config->executeInRamFunction.runCmdFuncAddr.commadAddr; in copy_flash_run_command()2034 config->executeInRamFunction.runCmdFuncAddr.commadAddr += 1UL; in flash_command_sequence()2035 callFlashRunCommand = config->executeInRamFunction.runCmdFuncAddr.callFlashCommand; in flash_command_sequence()2044 config->executeInRamFunction.runCmdFuncAddr.commadAddr -= 1UL; in flash_command_sequence()
384 …function_run_command_t runCmdFuncAddr; /*!< Execute-in-RAM function: flash_run_co… member