Home
last modified time | relevance | path

Searched defs:esp_flash_t (Results 1 – 2 of 2) sorted by relevance

/device/soc/esp/esp32/components/spi_flash/include/
Desp_flash.h29 typedef struct esp_flash_t esp_flash_t; typedef
95 struct esp_flash_t { struct
96 …host; ///< Pointer to hardware-specific "host_driver" structure. Must be initialized before used.
97 …ointer to chip-model-specific "adapter" structure. If NULL, will be detected during initialisation.
99 …Call ``esp_flash_init_os_functions()`` to setup this field, after the host is properly initialized.
100 …///< Pointer to argument for os-specific hooks. Left NULL and will be initialized with ``os_func``.
125 esp_err_t esp_flash_init(esp_flash_t *chip); argument
Dspi_flash_chip_driver.h19 typedef struct esp_flash_t esp_flash_t; typedef