ESP-IDF
app_func_arg_t::no_protect
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
app_func_arg_t::no_protect
app_func_arg_t::no_protect field
Syntax
Show:
Summary
Declaration
from
spi_flash_os_func_app.c:52
bool
no_protect
;
Examples
References
from
examples
Code
Location
Referrer
bool
no_protect
;
//to decide whether to check protected region (for the main chip) or not.
spi_flash_os_func_app.c:52
if
(
(
(
app_func_arg_t
*
)
arg
)
->
no_protect
||
esp_partition_main_flash_region_safe
(
start_addr
,
size
)
)
{
spi_flash_os_func_app.c:213
main_flash_region_protected()
.
no_protect
=
true
,
// This is OK because this code path isn't used for the main flash chip which requires `no_protect = false`
spi_flash_os_func_app.c:305
esp_flash_init_os_functions()
.
no_protect
=
false
,
// Required for the main flash chip
spi_flash_os_func_app.c:346
esp_flash_app_enable_os_functions()
(
(
app_func_arg_t
*
)
chip
->
os_func_data
)
->
no_protect
=
!
protect
;
spi_flash_os_func_app.c:360
esp_flash_set_dangerous_write_protection()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
app_func_arg_t::no_protect
is written by 1 function and is read by 1 function:
esp_flash_set_dangerous_write_protection()
All items filtered out
app_func_arg_t::no_protect
main_flash_region_protected()
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