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

sh_qspi_xfer_common() function

Syntax

static int sh_qspi_xfer_common(struct flash_bank *bank,     const uint8_t *dout,     unsigned int outlen,     uint8_t *din,     unsigned int inlen,     bool xfer_start,     bool xfer_end);

Arguments

bank

dout

outlen

din

inlen

xfer_start

xfer_end

References

LocationReferrerText
sh_qspi.c:292
static int sh_qspi_xfer_common(struct flash_bank *bank,
sh_qspi.c:370sh_qspi_write_enable()
return sh_qspi_xfer_common(bank, &dout, 1, NULL, 0, 1, 1);
sh_qspi.c:380read_status_reg()
ret = sh_qspi_xfer_common(bank, &dout, 1, &din, 1, 1, 1);
sh_qspi.c:433sh_qspi_erase_sector()
ret = sh_qspi_xfer_common(bank, dout, doutlen, NULL, 0, 1, 1);
sh_qspi.c:673read_flash_id()
ret = sh_qspi_xfer_common(bank, &dout, 1, din, 3, 1, 1);

Call Tree

Functions calling sh_qspi_xfer_common()
Functions called by sh_qspi_xfer_common()
sh_qspi_xfer_common()
Data read by sh_qspi_xfer_common()
Data written by sh_qspi_xfer_common()
sh_qspi_xfer_common()::target
sh_qspi_xfer_common()::info
sh_qspi_xfer_common()::tdata
sh_qspi_xfer_common()::rdata
sh_qspi_xfer_common()::val
sh_qspi_xfer_common()::nbyte
sh_qspi_xfer_common()::ret
all items filtered out
sh_qspi_xfer_common()
sh_qspi_xfer_common()::tdata
sh_qspi_xfer_common()::val
sh_qspi_xfer_common()::nbyte
sh_qspi_xfer_common()::ret
all items filtered out
Type of sh_qspi_xfer_common()
sh_qspi_xfer_common()
uint8_t
all items filtered out