ESP-IDF
PROV_CONF_MAX_SIZE
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (4/5)...
Files
loading (4/5)...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
PROV_CONF_MAX_SIZE
PROV_CONF_MAX_SIZE macro
Syntax
Show:
Summary
Declaration
from
prov_common.h:78
#define
PROV_CONF_MAX_SIZE
32
Examples
References
from
examples
Code
Location
#define
PROV_CONF_MAX_SIZE
32
prov_common.h:78
uint8_t
conf
[
PROV_CONF_MAX_SIZE
]
;
/* Remote Confirmation */
prov_common.h:200
uint8_t
local_conf
[
PROV_CONF_MAX_SIZE
]
;
/* Local Confirmation */
prov_common.h:201
uint8_t
conf_salt
[
PROV_CONF_MAX_SIZE
]
;
/* ConfirmationSalt */
prov_common.h:207
uint8_t
conf_key
[
PROV_CONF_MAX_SIZE
]
;
/* ConfirmationKey */
prov_common.h:208
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