ESP-IDF
ot::Mac::SubMac::RadioSupportsRetries() 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::SubMac::RadioSupportsRetries() const
ot::Mac::SubMac::RadioSupportsRetries() const method
Syntax
Show:
Summary
Declaration
from
sub_mac.hpp:584
bool
RadioSupportsRetries
(
void
)
const
;
Examples
References
from
examples
Code
Location
Scope
Referrer
bool
RadioSupportsRetries
(
void
)
const
{
return
(
(
mRadioCaps
&
OT_RADIO_CAPS_TRANSMIT_RETRIES
)
!=
0
)
;
}
sub_mac.hpp:584
VerifyOrExit
(
!
RadioSupportsRetries
(
)
,
swRetries
=
false
)
;
sub_mac.cpp:843
ot::Mac::SubMac
ot::Mac::SubMac::ShouldHandleRetries() const
Call Tree
from
examples
ot::Mac::SubMac::RadioSupportsRetries() const
is called by 1 function:
ot::Mac::SubMac::ShouldHandleRetries() const
All items filtered out
ot::Mac::SubMac::RadioSupportsRetries() const
All items filtered out
Data Use
from
examples
ot::Mac::SubMac::RadioSupportsRetries() const
reads 2 variables:
::OT_RADIO_CAPS_TRANSMIT_RETRIES
ot::Mac::SubMac::mRadioCaps
All items filtered out
ot::Mac::SubMac::RadioSupportsRetries() 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