ESP-IDF
efuse_hal_get_disable_wafer_version_major()
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
efuse_hal_get_disable_wafer_version_major()
efuse_hal_get_disable_wafer_version_major() function
Returns the status of whether the bootloader (and OTA) will check the maximum chip version or not.
Syntax
Show:
Summary
Declaration
Definition
from
efuse_hal.h:52
bool
efuse_hal_get_disable_wafer_version_major
(
void
)
;
Implemented in
efuse_hal.c:32
Return value
true - Skip the maximum chip version check.
Examples
References
from
examples
Code
Location
Referrer
IRAM_ATTR
bool
efuse_hal_get_disable_wafer_version_major
(
void
)
efuse_hal.c:32
bool
efuse_hal_get_disable_wafer_version_major
(
void
)
;
efuse_hal.h:52
if
(
(
IS_FIELD_SET
(
max_rev
)
&&
(
revision
>
max_rev
)
&&
!
efuse_hal_get_disable_wafer_version_major
(
)
)
)
{
bootloader_common_loader.c:108
bootloader_common_check_chip_validity()
efuse_hal_get_disable_wafer_version_major
(
)
?
"(constraint ignored)"
:
""
)
;
esp_efuse_startup.c:51
Call Tree
from
examples
efuse_hal_get_disable_wafer_version_major()
is called by 1 function and calls 1 function:
bootloader_common_check_chip_validity()
All items filtered out
efuse_hal_get_disable_wafer_version_major()
efuse_ll_get_disable_wafer_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