ESP-IDF + 0/1 examples
SourceVu will show references to spi_flash_chip_t from the following samples and libraries:
 
Symbols
loading (4/5)...
Files
loading (4/5)...
SummarySyntaxExamplesReferencesInstances

Fields

Field
Declared as
Description
const char *
esp_err_t (*)(esp_flash_t *chip, uint32_t flash_id)
esp_err_t (*)(esp_flash_t *chip)
esp_err_t (*)(esp_flash_t *chip, uint32_t *size)
esp_err_t (*)(esp_flash_t *chip)
esp_err_t (*)(esp_flash_t *chip, uint32_t sector_address)
esp_err_t (*)(esp_flash_t *chip, uint32_t block_address)
uint32_t
uint32_t
esp_err_t (*)(esp_flash_t *chip, const void *buffer, uint32_t address, uint32_t length)
esp_err_t (*)(esp_flash_t *chip, const void *buffer, uint32_t address, uint32_t length)
uint32_t
esp_err_t (*)(esp_flash_t *chip, const void *buffer, uint32_t address, uint32_t length)
esp_err_t (*)(esp_flash_t *chip, uint32_t timeout_us)
esp_err_t (*)(esp_flash_t *chip)
esp_err_t (*)(esp_flash_t *chip, esp_flash_io_mode_t* out_io_mode)
esp_err_t (*)(esp_flash_t *chip, uint32_t* out_chip_id)
esp_err_t (*)(esp_flash_t *chip, bool *out_write_protected)
esp_err_t (*)(esp_flash_t *chip, bool chip_write_protect)
uint8_t
esp_err_t (*)(esp_flash_t *chip, uint64_t *regions)
esp_err_t (*)(esp_flash_t *chip, uint64_t regions)
esp_err_t (*)(esp_flash_t *chip, void *buffer, uint32_t address, uint32_t length)
esp_err_t (*)(esp_flash_t *chip, spi_flash_register_t reg_id, uint32_t* out_reg)
esp_err_t (*)(esp_flash_t *chip, uint32_t wip)
Yield to other tasks. Called during erase operations.
esp_err_t (*)(esp_flash_t *chip)
Setup flash suspend configuration.
esp_err_t (*)(esp_flash_t *chip, uint64_t* flash_unique_id)
Read the chip unique ID.
Get the capabilities of the flash chip. See SPI_FLASH_CHIP_CAP_* macros as reference.
esp_err_t (*)(esp_flash_t *chip, uint32_t flags)
Configure the host registers to use the specified read mode set in the ``chip->read_mode``.

References

from 0/1 examples