Home
last modified time | relevance | path

Searched refs:esp_flash_rdsr_func_t (Results 1 – 2 of 2) sorted by relevance

/hal_espressif-latest/components/spi_flash/include/
Dspi_flash_chip_generic.h271 typedef esp_err_t (*esp_flash_rdsr_func_t)(esp_flash_t* chip, uint32_t* out_sr); typedef
363 …n_set_io_mode(esp_flash_t *chip, esp_flash_wrsr_func_t wrsr_func, esp_flash_rdsr_func_t rdsr_func,…
/hal_espressif-latest/components/spi_flash/
Dspi_flash_chip_generic.c752 …n_set_io_mode(esp_flash_t *chip, esp_flash_wrsr_func_t wrsr_func, esp_flash_rdsr_func_t rdsr_func,… in spi_flash_common_set_io_mode()