Searched refs:s_flashRunCommandFunctionCode (Results 1 – 1 of 1) sorted by relevance
597 static const uint16_t s_flashRunCommandFunctionCode[] = { variable607 static const uint16_t s_flashRunCommandFunctionCode[] = { variable2690 … 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()