max32xxx_flash_bank::flash_size is only used within OpenOCD.
 
Symbols
loading...
Files
loading...
CodeScopeDevelopment ToolsOpenOCDmax32xxx_flash_bank::flash_size

max32xxx_flash_bank::flash_size field

Syntax

unsigned int flash_size;

References

LocationReferrerText
max32xxx.c:65
unsigned int flash_size;
max32xxx.c:91max32xxx_flash_bank_command()
COMMAND_PARSE_NUMBER(uint, CMD_ARGV[2], info->flash_size);
max32xxx.c:642max32xxx_probe()
bank->size = info->flash_size;
max32xxx.c:643max32xxx_probe()
bank->num_sectors = info->flash_size / info->sector_size;
max32xxx.c:803max32xxx_handle_protection_set_command()
if ((addr+len) >= info->flash_size)
max32xxx.c:859max32xxx_handle_protection_clr_command()
if ((addr+len) >= info->flash_size)

Data Use

Functions reading max32xxx_flash_bank::flash_size
max32xxx_flash_bank::flash_size