Searched refs:flashRunCommand (Results 1 – 2 of 2) sorted by relevance
469 static void copy_flash_run_command(uint32_t *flashRunCommand);840 s_flashExecuteInRamFunctionInfo.flashRunCommand = s_flashRunCommand; in FLASH_Init()879 copy_flash_run_command(flashExecuteInRamFunctionInfo->flashRunCommand); in FLASH_PrepareExecuteInRamFunctions()2688 static void copy_flash_run_command(uint32_t *flashRunCommand) in copy_flash_run_command() argument2694 …memcpy((void *)flashRunCommand, (void *)s_flashRunCommandFunctionCode, sizeof(s_flashRunCommandFun… in copy_flash_run_command()2695 … callFlashRunCommand = (void (*)(FTFx_REG8_ACCESS_TYPE ftfx_fstat))((uint32_t)flashRunCommand + 1); in copy_flash_run_command()
264 uint32_t *flashRunCommand; /*!< Execute-in-RAM function: flash_run_command.*/ member