npcx_flash_params::sync is only used within OpenOCD.
 
Symbols
loading...
Files
loading...
CodeScopeDevelopment ToolsOpenOCDnpcx_flash_params::sync

npcx_flash_params::sync field

Syntax

uint32_t sync;

References

LocationReferrerText
npcx_flash.h:156
uint32_t sync; /* Handshake signal */
npcx.c:155npcx_wait_algo_done()
uint32_t status_addr = params_addr + offsetof(struct npcx_flash_params, sync);
npcx.c:197npcx_get_flash_id()
target_buffer_set_u32(target, (uint8_t *)&algo_params.sync, NPCX_FLASH_LOADER_WAIT);
npcx.c:207npcx_get_flash_id()
target_buffer_set_u32(target, (uint8_t *)&algo_params.sync, NPCX_FLASH_LOADER_EXECUTE);
npcx.c:361npcx_chip_erase()
target_buffer_set_u32(target, (uint8_t *)&algo_params.sync, NPCX_FLASH_LOADER_WAIT);
npcx.c:372npcx_chip_erase()
target_buffer_set_u32(target, (uint8_t *)&algo_params.sync, NPCX_FLASH_LOADER_EXECUTE);
npcx.c:420npcx_erase()
target_buffer_set_u32(target, (uint8_t *)&algo_params.sync, NPCX_FLASH_LOADER_WAIT);
npcx.c:431npcx_erase()
target_buffer_set_u32(target, (uint8_t *)&algo_params.sync, NPCX_FLASH_LOADER_EXECUTE);
npcx.c:487npcx_write()
target_buffer_set_u32(target, (uint8_t *)&algo_params.sync, NPCX_FLASH_LOADER_WAIT);
npcx.c:496npcx_write()
target_buffer_set_u32(target, (uint8_t *)&algo_params.sync, NPCX_FLASH_LOADER_EXECUTE);

Type Use

Type of npcx_flash_params::sync
npcx_flash_params::sync
uint32_t
all items filtered out