Searched defs:esp_flash_t (Results 1 – 2 of 2) sorted by relevance
29 typedef struct esp_flash_t esp_flash_t; typedef95 struct esp_flash_t { struct96 …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
19 typedef struct esp_flash_t esp_flash_t; typedef