sh_qspi_flash_bank is only used within OpenOCD.
 
Symbols
loading...
Files
loading...

sh_qspi_flash_bank struct

Syntax

struct sh_qspi_flash_bank {     const struct flash_device *dev;     uint32_t        io_base;     bool            probed;     struct working_area    *io_algorithm;     struct working_area    *source;     unsigned int        buffer_size; };

Fields

dev

No summary provided. Read more...

io_base

No summary provided. Read more...

probed

No summary provided. Read more...

io_algorithm

No summary provided. Read more...

source

No summary provided. Read more...

buffer_size

No summary provided. Read more...

References

LocationReferrerScopeText
sh_qspi.c:78
struct sh_qspi_flash_bank {
sh_qspi.c:102sh_qspi_init()
struct sh_qspi_flash_bank *info = bank->driver_priv;
sh_qspi.c:194sh_qspi_cs_activate()
struct sh_qspi_flash_bank *info = bank->driver_priv;
sh_qspi.c:249sh_qspi_cs_deactivate()
struct sh_qspi_flash_bank *info = bank->driver_priv;
sh_qspi.c:268sh_qspi_wait_for_bit()
struct sh_qspi_flash_bank *info = bank->driver_priv;
sh_qspi.c:298sh_qspi_xfer_common()
struct sh_qspi_flash_bank *info = bank->driver_priv;
sh_qspi.c:415sh_qspi_erase_sector()
struct sh_qspi_flash_bank *info = bank->driver_priv;
sh_qspi.c:445sh_qspi_erase()
struct sh_qspi_flash_bank *info = bank->driver_priv;
sh_qspi.c:489sh_qspi_write()
struct sh_qspi_flash_bank *info = bank->driver_priv;
sh_qspi.c:593sh_qspi_read()
struct sh_qspi_flash_bank *info = bank->driver_priv;
sh_qspi.c:699sh_qspi_upload_helper()
struct sh_qspi_flash_bank *info = bank->driver_priv;
sh_qspi.c:752sh_qspi_probe()
struct sh_qspi_flash_bank *info = bank->driver_priv;
sh_qspi.c:838sh_qspi_auto_probe()
struct sh_qspi_flash_bank *info = bank->driver_priv;
sh_qspi.c:860sh_qspi_get_info()
struct sh_qspi_flash_bank *info = bank->driver_priv;
sh_qspi.c:876sh_qspi_flash_bank_command()
struct sh_qspi_flash_bank *info;
sh_qspi.c:888sh_qspi_flash_bank_command()
info = calloc(1, sizeof(struct sh_qspi_flash_bank));

Type Use

Variables of sh_qspi_flash_bank type
sh_qspi_init()::info
sh_qspi_cs_activate()::info
sh_qspi_cs_deactivate()::info
sh_qspi_wait_for_bit()::info
sh_qspi_xfer_common()::info
sh_qspi_erase_sector()::info
sh_qspi_erase()::info
sh_qspi_write()::info
sh_qspi_read()::info
sh_qspi_upload_helper()::info
sh_qspi_probe()::info
sh_qspi_auto_probe()::info
sh_qspi_get_info()::info
sh_qspi_flash_bank_command()::info
all items filtered out
sh_qspi_flash_bank
Allocators of sh_qspi_flash_bank
all items filtered out
sh_qspi_flash_bank