ESP-IDF
ot::Mac::SubMac::mRetxDelayBackOffExponent
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (1/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::SubMac::mRetxDelayBackOffExponent
ot::Mac::SubMac::mRetxDelayBackOffExponent field
Syntax
Show:
Summary
Declaration
from
sub_mac.hpp:646
uint8_t
mRetxDelayBackOffExponent
;
Examples
References
from
examples
Code
Location
Scope
Referrer
uint8_t
mRetxDelayBackOffExponent
;
sub_mac.hpp:646
mRetxDelayBackOffExponent
=
kRetxDelayMinBackoffExponent
;
sub_mac.cpp:80
ot::Mac::SubMac
ot::Mac::SubMac::Init()
mRetxDelayBackOffExponent
=
kRetxDelayMinBackoffExponent
;
sub_mac.cpp:343
ot::Mac::SubMac
ot::Mac::SubMac::Send()
StartTimerForBackoff
(
mRetxDelayBackOffExponent
)
;
sub_mac.cpp:580
ot::Mac::SubMac
ot::Mac::SubMac::HandleTransmitDone()
mRetxDelayBackOffExponent
=
sub_mac.cpp:581
ot::Mac::SubMac
ot::Mac::SubMac::HandleTransmitDone()
Min
(
static_cast
<
uint8_t
>
(
mRetxDelayBackOffExponent
+
1
)
,
kRetxDelayMaxBackoffExponent
)
;
sub_mac.cpp:582
ot::Mac::SubMac
ot::Mac::SubMac::HandleTransmitDone()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
ot::Mac::SubMac::mRetxDelayBackOffExponent
is written by 3 functions and is read by 1 function:
ot::Mac::SubMac::Init()
ot::Mac::SubMac::Send()
ot::Mac::SubMac::HandleTransmitDone()
All items filtered out
ot::Mac::SubMac::mRetxDelayBackOffExponent
ot::Mac::SubMac::HandleTransmitDone()
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