faux_flash_bank::memory is only used within OpenOCD.
 
Symbols
loading...
Files
loading...
CodeScopeDevelopment ToolsOpenOCDfaux_flash_bank::memory

faux_flash_bank::memory field

Syntax

uint8_t *memory;

References

LocationReferrerText
faux.c:18
uint8_t *memory;
faux.c:39faux_flash_bank_command()
info->memory = malloc(bank->size);
faux.c:40faux_flash_bank_command()
if (!info->memory) {
faux.c:62faux_flash_bank_command()
free(info->memory);
faux.c:73faux_erase()
memset(info->memory + first*sector_size, 0xff, sector_size*(last-first + 1));
faux.c:80faux_write()
memcpy(info->memory + offset, buffer, count);

Data Use

Functions writing faux_flash_bank::memory
Functions reading faux_flash_bank::memory
all items filtered out
faux_flash_bank::memory
Type of faux_flash_bank::memory
faux_flash_bank::memory
uint8_t
all items filtered out