Home
last modified time | relevance | path

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

/hal_openisa-latest/vega_sdk_riscv/devices/RV32M1/drivers/
Dfsl_flash.c597 static const uint16_t s_flashRunCommandFunctionCode[] = { variable
607 static const uint16_t s_flashRunCommandFunctionCode[] = { variable
2690 … assert(sizeof(s_flashRunCommandFunctionCode) <= (kFLASH_ExecuteInRamFunctionMaxSizeInWords * 4)); in copy_flash_run_command()
2694 …memcpy((void *)flashRunCommand, (void *)s_flashRunCommandFunctionCode, sizeof(s_flashRunCommandFun… in copy_flash_run_command()