ESP-IDF
SPI_FLASH_REG_STATUS
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (1/5)...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
SPI_FLASH_REG_STATUS
SPI_FLASH_REG_STATUS value
Syntax
Show:
Summary
Declaration
from
spi_flash_chip_driver.h:26
SPI_FLASH_REG_STATUS
=
1
;
Examples
References
from
examples
Code
Location
Referrer
SPI_FLASH_REG_STATUS
=
1
,
spi_flash_chip_driver.h:26
err
=
chip
->
chip_drv
->
read_reg
(
chip
,
SPI_FLASH_REG_STATUS
,
&
status
)
;
spi_flash_chip_generic.c:331
spi_flash_chip_generic_get_write_protect()
esp_err_t
err
=
chip
->
chip_drv
->
read_reg
(
chip
,
SPI_FLASH_REG_STATUS
,
&
read
)
;
spi_flash_chip_generic.c:392
spi_flash_chip_generic_wait_idle()
err
=
chip
->
chip_drv
->
read_reg
(
chip
,
SPI_FLASH_REG_STATUS
,
&
status
)
;
spi_flash_chip_mxic_opi.c:159
spi_flash_chip_mxic_opi_get_write_protect()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
SPI_FLASH_REG_STATUS
is read by 3 functions:
All items filtered out
SPI_FLASH_REG_STATUS
spi_flash_chip_generic_get_write_protect()
spi_flash_chip_generic_wait_idle()
spi_flash_chip_mxic_opi_get_write_protect()
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