ESP-IDF
esp_flash_wrsr_func_t
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (4/5)...
Files
loading (4/5)...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
esp_flash_wrsr_func_t
esp_flash_wrsr_func_t
Function pointer type for writing status register with QE bit.
Syntax
Show:
Summary
Declaration
from
spi_flash_chip_generic.h:307
typedef
esp_err_t
(
*
esp_flash_wrsr_func_t
)
(
esp_flash_t
*
chip
,
uint32_t
sr
)
;
Examples
References
from
examples
Code
Location
Referrer
typedef
esp_err_t
(
*
esp_flash_wrsr_func_t
)
(
esp_flash_t
*
chip
,
uint32_t
sr
)
;
spi_flash_chip_generic.h:307
esp_err_t
spi_flash_common_set_io_mode
(
esp_flash_t
*
chip
,
esp_flash_wrsr_func_t
wrsr_func
,
esp_flash_rdsr_func_t
rdsr_func
,
uint32_t
qe_sr_bit
)
spi_flash_chip_generic.c:757
spi_flash_common_set_io_mode()
esp_err_t
spi_flash_common_set_io_mode
(
esp_flash_t
*
chip
,
esp_flash_wrsr_func_t
wrsr_func
,
esp_flash_rdsr_func_t
rdsr_func
,
uint32_t
qe_sr_bit
)
;
spi_flash_chip_generic.h:363
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
All items filtered out
All items filtered out
Class Tree
from
examples
All items filtered out
All items filtered out
Override Tree
from
examples
All items filtered out
All items filtered out
Implementations
from
examples
All items filtered out
All items filtered out
Instances
from
examples
Lifecycle
from
examples
All items filtered out
All items filtered out