ESP-IDF
type_str_pair
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
type_str_pair
type_str_pair variable
Syntax
Show:
Summary
Declaration
from
cmd_nvs.c:29
static
const
type_str_pair_t
type_str_pair
[
]
=
{
{
NVS_TYPE_I8
,
"i8"
}
,
{
NVS_TYPE_U8
,
"u8"
}
,
{
NVS_TYPE_U16
,
"u16"
}
,
{
NVS_TYPE_I16
,
"i16"
}
,
{
NVS_TYPE_U32
,
"u32"
}
,
{
NVS_TYPE_I32
,
"i32"
}
,
{
NVS_TYPE_U64
,
"u64"
}
,
{
NVS_TYPE_I64
,
"i64"
}
,
{
NVS_TYPE_STR
,
"str"
}
,
{
NVS_TYPE_BLOB
,
"blob"
}
,
{
NVS_TYPE_ANY
,
"any"
}
,
}
;
Examples
References
from
examples
Code
Location
Referrer
static
const
type_str_pair_t
type_str_pair
[
]
=
{
cmd_nvs.c:29
static
const
size_t
TYPE_STR_PAIR_SIZE
=
sizeof
(
type_str_pair
)
/
sizeof
(
type_str_pair
[
0
]
)
;
cmd_nvs.c:43
const
type_str_pair_t
*
p
=
&
type_str_pair
[
i
]
;
cmd_nvs.c:87
str_to_type()
const
type_str_pair_t
*
p
=
&
type_str_pair
[
i
]
;
cmd_nvs.c:99
type_to_str()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
type_str_pair
is read by 2 functions:
All items filtered out
type_str_pair
str_to_type()
type_to_str()
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