ESP-IDF
ot::Mac::Beacon::kSuperFrameSpec
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::Mac::Beacon::kSuperFrameSpec
ot::Mac::Beacon::kSuperFrameSpec variable
Syntax
Show:
Summary
Declaration
from
mac_frame.hpp:1348
static
constexpr
uint16_t
kSuperFrameSpec
=
0x0fff
;
Examples
References
from
examples
Code
Location
Scope
Referrer
static
constexpr
uint16_t
kSuperFrameSpec
=
0x0fff
;
///< Superframe Specification value.
mac_frame.hpp:1348
mSuperframeSpec
=
LittleEndian
::
HostSwap16
(
kSuperFrameSpec
)
;
mac_frame.hpp:1355
ot::Mac::Beacon
ot::Mac::Beacon::Init()
return
(
mSuperframeSpec
==
LittleEndian
::
HostSwap16
(
kSuperFrameSpec
)
)
&&
(
mGtsSpec
==
0
)
&&
mac_frame.hpp:1368
ot::Mac::Beacon
ot::Mac::Beacon::IsValid() const
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
ot::Mac::Beacon::kSuperFrameSpec
is read by 2 functions:
All items filtered out
ot::Mac::Beacon::kSuperFrameSpec
ot::Mac::Beacon::Init()
ot::Mac::Beacon::IsValid() 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