ESP-IDF
otRadioFrame::
::
::mCslPresent
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
otRadioFrame::
::
::mCslPresent
otRadioFrame::
::
::mCslPresent field
Syntax
Show:
Summary
Declaration
from
radio.h:342
bool
mCslPresent
:
1
;
Examples
References
from
examples
Code
Location
Scope
Referrer
bool
mCslPresent
:
1
;
///< Set to true if CSL header IE is present.
radio.h:342
mTxPacket
->
mInfo
.
mTxInfo
.
mCslPresent
=
false
;
factory_diags.cpp:225
ot::FactoryDiags::Diags
ot::FactoryDiags::Diags::ResetTxPacket()
bool
IsCslIePresent
(
void
)
const
{
return
mInfo
.
mTxInfo
.
mCslPresent
;
}
mac_frame.hpp:1235
ot::Mac::TxFrame
ot::Mac::TxFrame::IsCslIePresent() const
void
SetCslIePresent
(
bool
aCslPresent
)
{
mInfo
.
mTxInfo
.
mCslPresent
=
aCslPresent
;
}
mac_frame.hpp:1242
ot::Mac::TxFrame
ot::Mac::TxFrame::SetCslIePresent()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
otRadioFrame::
::
::mCslPresent
is written by 2 functions and is read by 1 function:
ot::Mac::TxFrame::SetCslIePresent()
ot::FactoryDiags::Diags::ResetTxPacket()
All items filtered out
otRadioFrame::
::
::mCslPresent
ot::Mac::TxFrame::IsCslIePresent() 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