Searched refs:s_flashRunCommandFunctionCode (Results 1 – 1 of 1) sorted by relevance
353 const static uint16_t s_flashRunCommandFunctionCode[] = {0x2180, 0x7001, 0x7802, 0x420a, 0xd0fc, 0x… variable1988 …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()