Home
last modified time | relevance | path

Searched full:esp_flash (Results 1 – 25 of 39) sorted by relevance

12

/hal_espressif-latest/components/esp_rom/include/esp32c2/rom/
Desp_flash.h15 /* Note: Most of esp_flash APIs in ROM are compatible with headers in ESP-IDF, this function
22 /* Structure to wrap "global" data used by esp_flash in ROM */
/hal_espressif-latest/components/esp_rom/include/esp32h2/rom/
Desp_flash.h15 /* Note: Most of esp_flash APIs in ROM are compatible with headers in ESP-IDF, this function
22 /* Structure to wrap "global" data used by esp_flash in ROM */
/hal_espressif-latest/components/esp_rom/include/esp32c6/rom/
Desp_flash.h15 /* Note: Most of esp_flash APIs in ROM are compatible with headers in ESP-IDF, this function
22 /* Structure to wrap "global" data used by esp_flash in ROM */
/hal_espressif-latest/components/spi_flash/
Dspi_flash_os_func_noos.c9 #include "esp_flash.h"
51 // Currently when the os is not up yet, the caller is supposed to call esp_flash APIs with proper
D.build-test-rules.yml3 components/spi_flash/test_apps/esp_flash:
DKconfig176 bool "Use esp_flash implementation in ROM"
225 devices on a same bus, but may reduce the speed of esp_flash driver access to the
228 If you only need to use esp_flash driver to access the main flash chip, disable
Dflash_ops.c48 #include "esp_flash.h"
/hal_espressif-latest/components/esp_rom/include/esp32c3/rom/
Desp_flash.h23 /* Note: Most of esp_flash APIs in ROM are compatible with headers in ESP-IDF, this function
30 /* Structure to wrap "global" data used by esp_flash in ROM */
/hal_espressif-latest/components/esp_mm/include/
Desp_cache.h41 …all this during any Flash operations (e.g. esp_flash APIs, nvs and some other APIs that are based …
/hal_espressif-latest/components/spi_flash/include/
Desp_flash_internal.h14 #include "esp_flash.h"
71 * @brief Initialize the bus lock on the SPI1 bus. Should be called if drivers (including esp_flash)
Dspi_flash_chip_th.h10 #include "esp_flash.h"
Dspi_flash_chip_boya.h18 #include "esp_flash.h"
Dspi_flash_chip_winbond.h18 #include "esp_flash.h"
Dspi_flash_chip_issi.h18 #include "esp_flash.h"
Dspi_flash_chip_mxic.h18 #include "esp_flash.h"
Dspi_flash_chip_gd.h18 #include "esp_flash.h"
Desp_flash_spi_init.h10 #include "esp_flash.h"
Dspi_flash_chip_driver.h16 #include "esp_flash.h"
50 …* esp_flash.h). They assume the caller has already validated arguments and enabled relevant protec…
Dspi_flash_chip_generic.h18 #include "esp_flash.h"
31 * public API. See esp_flash.h for the public API.
/hal_espressif-latest/components/spi_flash/sim/
Dflash_mock.cpp8 #include "esp_flash.h"
/hal_espressif-latest/components/esp_rom/
DREADME.md55 │   │   ├── esp_flash.h
/hal_espressif-latest/components/esp_hw_support/port/esp32s3/
Dmspi_timing_config.c333 …* and other component (esp_flash driver) should get these cycle and configure the registers accord…
358 * and other component (esp_flash driver) should get these and configure the registers accordingly.
/hal_espressif-latest/components/esp_rom/esp32c6/ld/
Desp32c6.rom.spiflash.ld45 Group esp_flash
/hal_espressif-latest/components/esp_rom/esp32h2/ld/
Desp32h2.rom.spiflash.ld45 Group esp_flash
/hal_espressif-latest/components/esp_hw_support/
Dmspi_timing_config.h166 …* In this way, other components (e.g.: esp_flash driver) can get the info from it (`mspi_timing_tu…

12