ESP-IDF
ot::Mac::TxFrame::GetMaxCsmaBackoffs() 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::TxFrame::GetMaxCsmaBackoffs() const
ot::Mac::TxFrame::GetMaxCsmaBackoffs() const method
Returns the maximum number of backoffs the CSMA-CA algorithm will attempt before declaring a channel access failure. Equivalent to macMaxCSMABackoffs in IEEE 802.15.4-2006.
Syntax
Show:
Summary
Declaration
from
mac_frame.hpp:1115
uint8_t
GetMaxCsmaBackoffs
(
void
)
const
;
Return value
The maximum number of backoffs the CSMA-CA algorithm will attempt before declaring a channel access failure.
Examples
References
from
examples
Code
Location
Scope
Referrer
uint8_t
GetMaxCsmaBackoffs
(
void
)
const
{
return
mInfo
.
mTxInfo
.
mMaxCsmaBackoffs
;
}
mac_frame.hpp:1115
if
(
!
ccaSuccess
&&
ShouldHandleCsmaBackOff
(
)
&&
mCsmaBackoffs
<
aFrame
.
GetMaxCsmaBackoffs
(
)
)
sub_mac.cpp:556
ot::Mac::SubMac
ot::Mac::SubMac::HandleTransmitDone()
Call Tree
from
examples
ot::Mac::TxFrame::GetMaxCsmaBackoffs() const
is called by 1 function:
ot::Mac::SubMac::HandleTransmitDone()
All items filtered out
ot::Mac::TxFrame::GetMaxCsmaBackoffs() const
All items filtered out
Data Use
from
examples
ot::Mac::TxFrame::GetMaxCsmaBackoffs() const
reads 3 variables:
otRadioFrame::
::
::mMaxCsmaBackoffs
otRadioFrame::
::mTxInfo
otRadioFrame::mInfo
All items filtered out
ot::Mac::TxFrame::GetMaxCsmaBackoffs() 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