ESP-IDF
+
0
/1 examples
SourceVu will show references to
spi_flash_chip_t::num_protectable_regions
from the following samples and libraries:
custom_flash_driver sample
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
spi_flash_chip_t::num_protectable_regions
spi_flash_chip_t::num_protectable_regions field
Syntax
Show:
Summary
Declaration
from
spi_flash_chip_driver.h:113
uint8_t
num_protectable_regions
;
Examples
spi_flash_chip_t::num_protectable_regions
is referenced by 1 libraries and example projects:
custom_flash_driver sample
References
from
0/1
examples
Code
Location
Referrer
uint8_t
num_protectable_regions
;
spi_flash_chip_driver.h:113
chip
->
chip_drv
->
num_protectable_regions
>
0
)
{
esp_flash_api.c:620
esp_flash_erase_region()
for
(
int
i
=
0
;
i
<
chip
->
chip_drv
->
num_protectable_regions
&&
err
==
ESP_OK
;
i
++
)
{
esp_flash_api.c:629
esp_flash_erase_region()
*
out_num_regions
=
chip
->
chip_drv
->
num_protectable_regions
;
esp_flash_api.c:770
esp_flash_get_protectable_regions()
for
(
*
index
=
0
;
*
index
<
chip
->
chip_drv
->
num_protectable_regions
;
(
*
index
)
++
)
{
esp_flash_api.c:781
find_region()
.
num_protectable_regions
=
0
,
spi_flash_chip_boya.c:66
.
num_protectable_regions
=
0
,
spi_flash_chip_gd.c:159
.
num_protectable_regions
=
0
,
spi_flash_chip_generic.c:667
.
num_protectable_regions
=
0
,
spi_flash_chip_issi.c:90
.
num_protectable_regions
=
0
,
spi_flash_chip_mxic.c:86
.
num_protectable_regions
=
0
,
spi_flash_chip_mxic_opi.c:404
.
num_protectable_regions
=
0
,
spi_flash_chip_th.c:57
.
num_protectable_regions
=
0
,
spi_flash_chip_winbond.c:171
Call Tree
from
0/1
examples
All items filtered out
All items filtered out
Data Use
from
0/1
examples
spi_flash_chip_t::num_protectable_regions
is read by 3 functions:
All items filtered out
spi_flash_chip_t::num_protectable_regions
esp_flash_erase_region()
esp_flash_get_protectable_regions()
find_region()
All items filtered out
Class Tree
from
0/1
examples
All items filtered out
All items filtered out
Override Tree
from
0/1
examples
All items filtered out
All items filtered out
Implementations
from
0/1
examples
All items filtered out
All items filtered out
Instances
from
0/1
examples
Lifecycle
from
0/1
examples
All items filtered out
All items filtered out