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

sh_qspi_read() function

Syntax

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

Arguments

bank

buffer

offset

count

References

LocationText
sh_qspi.c:589
static int sh_qspi_read(struct flash_bank *bank, uint8_t *buffer,
sh_qspi.c:905
.read = sh_qspi_read,