ESP-IDF
ESP_EFUSE_FIELD_CORRESPONDS_CODING_SCHEME
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Arguments
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
ESP_EFUSE_FIELD_CORRESPONDS_CODING_SCHEME
ESP_EFUSE_FIELD_CORRESPONDS_CODING_SCHEME macro
Syntax
Show:
Summary
Declaration
from
esp_efuse_utility.h:20
#define
ESP_EFUSE_FIELD_CORRESPONDS_CODING_SCHEME
(
blk
,
max_num_bit
)
\
esp_efuse_coding_scheme_t
scheme
=
esp_efuse_get_coding_scheme
(
blk
)
;
\
if
(
(
scheme
==
EFUSE_CODING_SCHEME_3_4
&&
max_num_bit
>
192
)
||
\
(
scheme
==
EFUSE_CODING_SCHEME_REPEAT
&&
max_num_bit
>
128
)
)
{
\
return
false
;
\
}
Arguments
Argument
blk
max_num_bit
Examples
References
from
examples
Code
Location
#define
ESP_EFUSE_FIELD_CORRESPONDS_CODING_SCHEME
(
blk
,
max_num_bit
)
\
esp_efuse_utility.h:20
ESP_EFUSE_FIELD_CORRESPONDS_CODING_SCHEME
(
blk
,
max_num_bit
)
;
esp_efuse_utility.c:366
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