![]()
![]()
#include "esp_err.h"
![]()
![]()
#include <stdint.h>
![]()
![]()
#include <stdbool.h>
![]()
![]()
#include "hal/spi_flash_types.h"
![]()
![]()
spi_flash_chip_t
![]()
![]()
spi_flash_chip_t
![]()
![]()
esp_flash_t
![]()
![]()
esp_flash_region_t
![]()
![]()
offset
![]()
![]()
size
![]()
![]()
esp_flash_os_functions_t
![]()
![]()
start
![]()
![]()
end
![]()
![]()
region_protected
![]()
![]()
delay_us
![]()
![]()
get_temp_buffer
![]()
![]()
release_temp_buffer
![]()
![]()
#define SPI_FLASH_YIELD_REQ_YIELD
![]()
![]()
#define SPI_FLASH_YIELD_REQ_SUSPEND
![]()
![]()
check_yield
![]()
![]()
#define SPI_FLASH_YIELD_STA_RESUME
![]()
![]()
yield
![]()
![]()
get_system_time
![]()
![]()
#define SPI_FLASH_OS_IS_ERASING_STATUS_FLAG
![]()
![]()
set_flash_op_status
![]()
![]()
esp_flash_t
![]()
![]()
host
![]()
![]()
chip_drv
![]()
![]()
os_func
![]()
![]()
os_func_data
![]()
![]()
read_mode
![]()
![]()
size
![]()
![]()
chip_id
![]()
![]()
busy
![]()
![]()
hpm_dummy_ena
![]()
![]()
reserved_flags
![]()
![]()
esp_flash_init(esp_flash_t *);
![]()
![]()
esp_flash_chip_driver_initialized(const esp_flash_t *);
![]()
![]()
esp_flash_read_id(esp_flash_t *, uint32_t *);
![]()
![]()
esp_flash_get_size(esp_flash_t *, uint32_t *);
![]()
![]()
esp_flash_get_physical_size(esp_flash_t *, uint32_t *);
![]()
![]()
esp_flash_read_unique_chip_id(esp_flash_t *, uint64_t *);
![]()
![]()
esp_flash_erase_chip(esp_flash_t *);
![]()
![]()
esp_flash_erase_region(esp_flash_t *, uint32_t, uint32_t);
![]()
![]()
esp_flash_get_chip_write_protect(esp_flash_t *, bool *);
![]()
![]()
esp_flash_set_chip_write_protect(esp_flash_t *, bool);
![]()
![]()
esp_flash_get_protectable_regions(const esp_flash_t *, const esp_flash_region_t **, uint32_t *);
![]()
![]()
esp_flash_get_protected_region(esp_flash_t *, const esp_flash_region_t *, bool *);
![]()
![]()
esp_flash_set_protected_region(esp_flash_t *, const esp_flash_region_t *, bool);
![]()
![]()
esp_flash_read(esp_flash_t *, void *, uint32_t, uint32_t);
![]()
![]()
esp_flash_write(esp_flash_t *, const void *, uint32_t, uint32_t);
![]()
![]()
esp_flash_write_encrypted(esp_flash_t *, uint32_t, const void *, uint32_t);
![]()
![]()
esp_flash_read_encrypted(esp_flash_t *, uint32_t, void *, uint32_t);
![]()
![]()
esp_flash_default_chip;
![]()
![]()
esp_flash_is_quad_mode(const esp_flash_t *)