Searched defs:esp_flash_t (Results 1 – 6 of 6) sorted by relevance
22 typedef struct esp_flash_t esp_flash_t; typedef94 struct esp_flash_t { struct95 …host; ///< Pointer to hardware-specific "host_driver" structure. Must be initialized before used.96 …ointer to chip-model-specific "adapter" structure. If NULL, will be detected during initialisation.98 …Call ``esp_flash_init_os_functions()`` to setup this field, after the host is properly initialized.99 …///< Pointer to argument for os-specific hooks. Left NULL and will be initialized with ``os_func``.101 …_io_mode_t read_mode; ///< Configured SPI flash read mode. Set before ``esp_flash_init`` is called.125 esp_err_t esp_flash_init(esp_flash_t *chip); argument
20 typedef struct esp_flash_t esp_flash_t; typedef
28 typedef struct esp_flash_t esp_flash_t; typedef