ESP-IDF
ot::Mle::kRouterIdOffset
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::Mle::kRouterIdOffset
ot::Mle::kRouterIdOffset variable
Syntax
Show:
Summary
Declaration
from
mle_types.hpp:84
constexpr
uint8_t
kRouterIdOffset
=
10
;
Examples
References
from
examples
Code
Location
Scope
Referrer
constexpr
uint8_t
kRouterIdOffset
=
10
;
///< Bit offset of router ID in RLOC16
mle_types.hpp:84
inline
uint8_t
RouterIdFromRloc16
(
uint16_t
aRloc16
)
{
return
aRloc16
>
>
kRouterIdOffset
;
}
mle_types.hpp:586
ot::Mle::RouterIdFromRloc16()
inline
uint16_t
Rloc16FromRouterId
(
uint8_t
aRouterId
)
{
return
static_cast
<
uint16_t
>
(
aRouterId
<
<
kRouterIdOffset
)
;
}
mle_types.hpp:651
ot::Mle::Rloc16FromRouterId()
uint8_t
GetRouterId
(
void
)
const
{
return
mRloc16
>
>
Mle
::
kRouterIdOffset
;
}
neighbor.hpp:449
ot::Neighbor
ot::Neighbor::GetRouterId() const
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
ot::Mle::kRouterIdOffset
is read by 3 functions:
All items filtered out
ot::Mle::kRouterIdOffset
ot::Mle::RouterIdFromRloc16()
ot::Mle::Rloc16FromRouterId()
ot::Neighbor::GetRouterId() const
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