Home
last modified time | relevance | path

Searched refs:esp_flash_region_t (Results 1 – 3 of 3) sorted by relevance

/hal_espressif-3.6.0/components/spi_flash/include/
Desp_flash.h35 } esp_flash_region_t; typedef
243 esp_err_t esp_flash_get_protectable_regions(const esp_flash_t *chip, const esp_flash_region_t **out…
259 esp_err_t esp_flash_get_protected_region(esp_flash_t *chip, const esp_flash_region_t *region, bool …
274 esp_err_t esp_flash_set_protected_region(esp_flash_t *chip, const esp_flash_region_t *region, bool …
Dspi_flash_chip_driver.h124 const esp_flash_region_t *protectable_regions;
/hal_espressif-3.6.0/components/spi_flash/
Desp_flash_api.c573 const esp_flash_region_t *region = &chip->chip_drv->protectable_regions[i]; in esp_flash_erase_region()
697 esp_err_t esp_flash_get_protectable_regions(const esp_flash_t *chip, const esp_flash_region_t **out… in esp_flash_get_protectable_regions()
714 static esp_err_t find_region(const esp_flash_t *chip, const esp_flash_region_t *region, uint8_t *in… in find_region()
722 region, sizeof(esp_flash_region_t)) == 0) { in find_region()
730 esp_err_t IRAM_ATTR esp_flash_get_protected_region(esp_flash_t *chip, const esp_flash_region_t *reg… in esp_flash_get_protected_region()
759 esp_err_t IRAM_ATTR esp_flash_set_protected_region(esp_flash_t *chip, const esp_flash_region_t *reg… in esp_flash_set_protected_region()