ESP-IDF
efuse_hal_get_disable_blk_version_major()
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
efuse_hal_get_disable_blk_version_major()
efuse_hal_get_disable_blk_version_major() function
Returns the status of whether the app start-up (and OTA) will check the efuse block version or not.
Syntax
Show:
Summary
Declaration
Definition
from
efuse_hal.h:60
bool
efuse_hal_get_disable_blk_version_major
(
void
)
;
Implemented in
efuse_hal.c:37
Return value
true - Skip the efuse block version check.
Examples
References
from
examples
Code
Location
IRAM_ATTR
bool
efuse_hal_get_disable_blk_version_major
(
void
)
efuse_hal.c:37
bool
efuse_hal_get_disable_blk_version_major
(
void
)
;
efuse_hal.h:60
Call Tree
from
examples
efuse_hal_get_disable_blk_version_major()
calls 1 function:
All items filtered out
efuse_hal_get_disable_blk_version_major()
efuse_ll_get_disable_blk_version_major()
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