ESP-IDF
ot::SettingsBase::kLastKey
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
ot::SettingsBase::kLastKey
ot::SettingsBase::kLastKey variable
Syntax
Show:
Summary
Declaration
from
settings.hpp:124
static
constexpr
Key
kLastKey
=
kKeyBorderAgentId
;
Examples
References
from
examples
Code
Location
Scope
Referrer
static
constexpr
Key
kLastKey
=
kKeyBorderAgentId
;
///< The last (numerically) enumerator value in `Key`.
settings.hpp:124
static_assert
(
kLastKey
==
kKeyBorderAgentId
,
"kLastKey is not valid"
)
;
settings.cpp:197
ot::SettingsBase
ot::SettingsBase::KeyToString()
OT_ASSERT
(
aKey
<=
kLastKey
)
;
settings.cpp:199
ot::SettingsBase
ot::SettingsBase::KeyToString()
static_assert
(
static_cast
<
uint16_t
>
(
kLastKey
)
<
static_cast
<
uint16_t
>
(
OT_SETTINGS_KEY_VENDOR_RESERVED_MIN
)
,
settings.hpp:126
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
ot::SettingsBase::kLastKey
is read by 1 function:
All items filtered out
ot::SettingsBase::kLastKey
ot::SettingsBase::KeyToString()
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