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

npcx_flash_params::cmd field

Syntax

uint32_t cmd;

References

LocationReferrerText
npcx_flash.h:155
uint32_t cmd; /* Command */
npcx.c:196npcx_get_flash_id()
target_buffer_set_u32(target, (uint8_t *)&algo_params.cmd, NPCX_FLASH_CMD_GET_FLASH_ID);
npcx.c:360npcx_chip_erase()
target_buffer_set_u32(target, (uint8_t *)&algo_params.cmd, NPCX_FLASH_CMD_ERASE_ALL);
npcx.c:419npcx_erase()
target_buffer_set_u32(target, (uint8_t *)&algo_params.cmd, NPCX_FLASH_CMD_ERASE_SECTORS);
npcx.c:467npcx_write()
target_buffer_set_u32(target, (uint8_t *)&algo_params.cmd, NPCX_FLASH_CMD_PROGRAM);

Type Use

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