ESP-IDF
esp_flash_t::busy
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (4/5)...
Files
loading (5/5)...
ESP-IDF
lwIP
FreeRTOS
cJSON
mbedTLS
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_t::busy
esp_flash_t::busy field
Syntax
Show:
Summary
Declaration
from
esp_flash.h:104
uint32_t
busy
:
1
;
Examples
References
from
examples
Code
Location
Referrer
uint32_t
busy
:
1
;
///< This flag is used to verify chip's status.
esp_flash.h:104
chip
->
busy
=
1
;
spi_flash_chip_generic.c:158
spi_flash_chip_generic_erase_chip()
chip
->
busy
=
1
;
spi_flash_chip_generic.c:184
spi_flash_chip_generic_erase_sector()
chip
->
busy
=
1
;
spi_flash_chip_generic.c:210
spi_flash_chip_generic_erase_block()
chip
->
busy
=
1
;
spi_flash_chip_generic.c:268
spi_flash_chip_generic_page_program()
if
(
chip
->
busy
==
1
)
{
spi_flash_chip_generic.c:399
spi_flash_chip_generic_wait_idle()
chip
->
busy
=
0
;
spi_flash_chip_generic.c:400
spi_flash_chip_generic_wait_idle()
chip
->
busy
=
1
;
spi_flash_chip_mxic_opi.c:183
spi_flash_chip_mxic_opi_erase_chip()
chip
->
busy
=
1
;
spi_flash_chip_mxic_opi.c:213
spi_flash_chip_mxic_opi_erase_sector()
chip
->
busy
=
1
;
spi_flash_chip_mxic_opi.c:242
spi_flash_chip_mxic_opi_erase_block()
chip
->
busy
=
1
;
spi_flash_chip_mxic_opi.c:273
spi_flash_chip_mxic_opi_page_program()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
esp_flash_t::busy
is written by 9 functions and is read by 1 function:
spi_flash_chip_generic_erase_chip()
spi_flash_chip_generic_erase_sector()
spi_flash_chip_generic_erase_block()
spi_flash_chip_generic_page_program()
spi_flash_chip_generic_wait_idle()
spi_flash_chip_mxic_opi_erase_chip()
spi_flash_chip_mxic_opi_erase_sector()
spi_flash_chip_mxic_opi_erase_block()
spi_flash_chip_mxic_opi_page_program()
All items filtered out
esp_flash_t::busy
spi_flash_chip_generic_wait_idle()
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