ESP-IDF
esp_secure_boot_init_checks()
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
esp_secure_boot_init_checks()
esp_secure_boot_init_checks() function
Check the secure boot V2 during startup Verifies the secure boot config during startup: - Correct any insecure secure boot settings
Syntax
Show:
Summary
Declaration
Definition
from
esp_secure_boot.h:311
void
esp_secure_boot_init_checks
(
void
)
;
Implemented in
secure_boot.c:169
Notes
This function is called automatically during app startup, it doesn't need to be called from the app.
Examples
References
from
examples
Code
Location
void
esp_secure_boot_init_checks
(
void
)
secure_boot.c:169
void
esp_secure_boot_init_checks
(
void
)
;
esp_secure_boot.h:311
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