ESP-IDF
APP_SEC_VER_SIZE_EFUSE_FIELD
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_SEC_VER_SIZE_EFUSE_FIELD
APP_SEC_VER_SIZE_EFUSE_FIELD macro
Syntax
Show:
Summary
Declaration
from
esp_efuse_fields.c:25
#define
APP_SEC_VER_SIZE_EFUSE_FIELD
4
Examples
References
from
examples
Code
Location
#define
APP_SEC_VER_SIZE_EFUSE_FIELD
4
// smallest possible size for all chips
esp_efuse_fields.c:25
size_t
size
=
MIN
(
APP_SEC_VER_SIZE_EFUSE_FIELD
,
esp_efuse_get_field_size
(
ESP_EFUSE_SECURE_VERSION
)
)
;
esp_efuse_fields.c:37
size_t
size
=
MIN
(
APP_SEC_VER_SIZE_EFUSE_FIELD
,
esp_efuse_get_field_size
(
ESP_EFUSE_SECURE_VERSION
)
)
;
esp_efuse_fields.c:59
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