Home
last modified time | relevance | path

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

/hal_nxp-3.5.0/mcux/mcux-sdk/drivers/flash_ftmr/
Dfsl_flash.c353 const static uint16_t s_flashRunCommandFunctionCode[] = {0x2180, 0x7001, 0x7802, 0x420a, 0xd0fc, 0x… variable
1988 …assert(sizeof(s_flashRunCommandFunctionCode) <= ((uint32_t)kFLASH_ExecuteInRamFunctionMaxSizeInWor… in copy_flash_run_command()
1993 (void)memcpy((uint8_t *)flashRunCommand, (const uint8_t *)s_flashRunCommandFunctionCode, in copy_flash_run_command()
1994 sizeof(s_flashRunCommandFunctionCode)); in copy_flash_run_command()