spi_flash_chip_t struct
SPI flash chip driver definition structure. The chip driver structure contains chip-specific pointers to functions to perform SPI flash operations, and some chip-specific numeric values. Do not call chip driver functions directly in other contexts. A generic driver for generic chips and its related operations are defined in spi_flash_chip_generic.h which can be used as building blocks for written new/specific SPI flash chip drivers.
Fields
Yield to other tasks. Called during erase operations.
Setup flash suspend configuration.
Get the capabilities of the flash chip. See SPI_FLASH_CHIP_CAP_* macros as reference.
Configure the host registers to use the specified read mode set in the ``chip->read_mode``.
![]()
struct spi_flash_chip_t {![]()
struct spi_flash_chip_t;![]()
extern const spi_flash_chip_t *default_registered_chips[];