ESP-IDF
ot::Mac::TxFrames::mTxFrame802154
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (3/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::TxFrames::mTxFrame802154
ot::Mac::TxFrames::mTxFrame802154 field
Syntax
Show:
Summary
Declaration
from
mac_links.hpp:262
TxFrame
&
mTxFrame802154
;
Examples
References
from
examples
Code
Location
Scope
Referrer
TxFrame
&
mTxFrame802154
;
mac_links.hpp:262
,
mTxFrame802154
(
aInstance
.
Get
<
SubMac
>
(
)
.
GetTransmitFrame
(
)
)
mac_links.cpp:47
ot::Mac::TxFrames
ot::Mac::TxFrames::TxFrames()
TxFrame
&
GetTxFrame
(
void
)
{
return
mTxFrame802154
;
}
mac_links.hpp:144
ot::Mac::TxFrames
ot::Mac::TxFrames::GetTxFrame()
mTxFrame802154
.
SetLength
(
0
)
;
mac_links.hpp:168
ot::Mac::TxFrames
ot::Mac::TxFrames::Clear()
mTxFrame802154
.
SetIsARetransmission
(
false
)
;
mac_links.hpp:169
ot::Mac::TxFrames
ot::Mac::TxFrames::Clear()
mTxFrame802154
.
SetIsSecurityProcessed
(
false
)
;
mac_links.hpp:170
ot::Mac::TxFrames
ot::Mac::TxFrames::Clear()
mTxFrame802154
.
SetCsmaCaEnabled
(
true
)
;
// Set to true by default, only set to `false` for CSL transmission
mac_links.hpp:171
ot::Mac::TxFrames
ot::Mac::TxFrames::Clear()
mTxFrame802154
.
SetIsHeaderUpdated
(
false
)
;
mac_links.hpp:172
ot::Mac::TxFrames
ot::Mac::TxFrames::Clear()
mTxFrame802154
.
SetTxDelay
(
0
)
;
mac_links.hpp:174
ot::Mac::TxFrames
ot::Mac::TxFrames::Clear()
mTxFrame802154
.
SetTxDelayBaseTime
(
0
)
;
mac_links.hpp:175
ot::Mac::TxFrames
ot::Mac::TxFrames::Clear()
mTxFrame802154
.
SetTxPower
(
kRadioPowerInvalid
)
;
mac_links.hpp:177
ot::Mac::TxFrames
ot::Mac::TxFrames::Clear()
mTxFrame802154
.
SetChannel
(
aChannel
)
;
mac_links.hpp:204
ot::Mac::TxFrames
ot::Mac::TxFrames::SetChannel()
mTxFrame802154
.
SetSequence
(
aSequence
)
;
mac_links.hpp:219
ot::Mac::TxFrames
ot::Mac::TxFrames::SetSequence()
mTxFrame802154
.
SetMaxCsmaBackoffs
(
aMaxCsmaBackoffs
)
;
mac_links.hpp:235
ot::Mac::TxFrames
ot::Mac::TxFrames::SetMaxCsmaBackoffs()
mTxFrame802154
.
SetMaxFrameRetries
(
aMaxFrameRetries
)
;
mac_links.hpp:251
ot::Mac::TxFrames
ot::Mac::TxFrames::SetMaxFrameRetries()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
ot::Mac::TxFrames::mTxFrame802154
is read by 6 functions:
All items filtered out
ot::Mac::TxFrames::mTxFrame802154
ot::Mac::TxFrames::GetTxFrame()
ot::Mac::TxFrames::Clear()
ot::Mac::TxFrames::SetChannel()
ot::Mac::TxFrames::SetSequence()
ot::Mac::TxFrames::SetMaxCsmaBackoffs()
ot::Mac::TxFrames::SetMaxFrameRetries()
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