Home
last modified time | relevance | path

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

/hal_openisa-latest/vega_sdk_riscv/devices/RV32M1/drivers/
Dfsl_flash.c469 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() argument
2694 …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()
Dfsl_flash.h264 uint32_t *flashRunCommand; /*!< Execute-in-RAM function: flash_run_command.*/ member