cfi_read() is only used within OpenOCD.
 
Symbols
loading...
Files
loading...

cfi_read() function

Syntax

static int cfi_read(struct flash_bank *bank,     uint8_t *buffer,     uint32_t offset,     uint32_t count);

Arguments

bank

buffer

offset

count

References

LocationText
cfi.c:2213
static int cfi_read(struct flash_bank *bank, uint8_t *buffer, uint32_t offset, uint32_t count)
cfi.c:3044
.read = cfi_read,

Call Tree

Functions called by cfi_read()
cfi_read()
Data read by cfi_read()
Data written by cfi_read()
cfi_read()
cfi_read()::retval
cfi_read()::i
cfi_read()::read_p
cfi_read()::align
all items filtered out
Implementations
cfi_read()
all items filtered out
Type of cfi_read()
cfi_read()
uint8_t
uint32_t
all items filtered out