ESP-IDF
ot::Mac::CslIe::GetPeriod() const
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::CslIe::GetPeriod() const
ot::Mac::CslIe::GetPeriod() const method
Returns the CSL Period.
Syntax
Show:
Summary
Declaration
from
mac_header_ie.hpp:142
uint16_t
GetPeriod
(
void
)
const
;
Return value
the CSL Period.
Examples
References
from
examples
Code
Location
Scope
Referrer
uint16_t
GetPeriod
(
void
)
const
{
return
LittleEndian
::
HostSwap16
(
mPeriod
)
;
}
mac_header_ie.hpp:142
VerifyOrExit
(
csl
->
GetPeriod
(
)
>=
kMinCslIePeriod
)
;
mac.cpp:2404
ot::Mac::Mac
ot::Mac::Mac::ProcessCsl()
child
->
SetCslPeriod
(
csl
->
GetPeriod
(
)
)
;
mac.cpp:2406
ot::Mac::Mac
ot::Mac::Mac::ProcessCsl()
ToUlong
(
static_cast
<
uint32_t
>
(
aFrame
.
GetTimestamp
(
)
)
)
,
aFrame
.
GetSequence
(
)
,
csl
->
GetPeriod
(
)
,
mac.cpp:2412
ot::Mac::Mac
ot::Mac::Mac::ProcessCsl()
Call Tree
from
examples
ot::Mac::CslIe::GetPeriod() const
is called by 1 function and calls 1 function:
ot::Mac::Mac::ProcessCsl()
All items filtered out
ot::Mac::CslIe::GetPeriod() const
ot::LittleEndian::HostSwap16()
All items filtered out
Data Use
from
examples
ot::Mac::CslIe::GetPeriod() const
reads 1 variable:
ot::Mac::CslIe::mPeriod
All items filtered out
ot::Mac::CslIe::GetPeriod() 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