ESP-IDF
ot::Mac::CslIe::mPhase
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
ot::Mac::CslIe::mPhase
ot::Mac::CslIe::mPhase field
Syntax
Show:
Summary
Declaration
from
mac_header_ie.hpp:166
uint16_t
mPhase
;
Examples
References
from
examples
Code
Location
Scope
Referrer
uint16_t
mPhase
;
mac_header_ie.hpp:166
uint16_t
GetPhase
(
void
)
const
{
return
LittleEndian
::
HostSwap16
(
mPhase
)
;
}
mac_header_ie.hpp:156
ot::Mac::CslIe
ot::Mac::CslIe::GetPhase() const
void
SetPhase
(
uint16_t
aPhase
)
{
mPhase
=
LittleEndian
::
HostSwap16
(
aPhase
)
;
}
mac_header_ie.hpp:163
ot::Mac::CslIe
ot::Mac::CslIe::SetPhase()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
ot::Mac::CslIe::mPhase
is written by 1 function and is read by 1 function:
ot::Mac::CslIe::SetPhase()
All items filtered out
ot::Mac::CslIe::mPhase
ot::Mac::CslIe::GetPhase() 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