npcx_flash_handshake::NPCX_FLASH_LOADER_WAIT is only used within OpenOCD.
 
Symbols
loading...
Files
loading...
CodeScopeDevelopment ToolsOpenOCDnpcx_flash_handshake::NPCX_FLASH_LOADER_WAIT

npcx_flash_handshake::NPCX_FLASH_LOADER_WAIT

Syntax

NPCX_FLASH_LOADER_WAIT = 0x0;

References

LocationReferrerText
npcx_flash.h:161
NPCX_FLASH_LOADER_WAIT = 0x0, /* Idle */
npcx.c:171npcx_wait_algo_done()
if (status != NPCX_FLASH_LOADER_WAIT) {
npcx.c:197npcx_get_flash_id()
target_buffer_set_u32(target, (uint8_t *)&algo_params.sync, NPCX_FLASH_LOADER_WAIT);
npcx.c:361npcx_chip_erase()
target_buffer_set_u32(target, (uint8_t *)&algo_params.sync, NPCX_FLASH_LOADER_WAIT);
npcx.c:420npcx_erase()
target_buffer_set_u32(target, (uint8_t *)&algo_params.sync, NPCX_FLASH_LOADER_WAIT);
npcx.c:487npcx_write()
target_buffer_set_u32(target, (uint8_t *)&algo_params.sync, NPCX_FLASH_LOADER_WAIT);

Data Use

Functions using npcx_flash_handshake::NPCX_FLASH_LOADER_WAIT
npcx_flash_handshake::NPCX_FLASH_LOADER_WAIT