ESP-IDF
ot::Mac::SubMac::mRadioCaps
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::mRadioCaps
ot::Mac::SubMac::mRadioCaps field
Syntax
Show:
Summary
Declaration
from
sub_mac.hpp:625
otRadioCaps
mRadioCaps
;
Examples
References
from
examples
Code
Location
Scope
Referrer
otRadioCaps
mRadioCaps
;
sub_mac.hpp:625
,
mRadioCaps
(
Get
<
Radio
>
(
)
.
GetCaps
(
)
)
sub_mac.cpp:51
ot::Mac::SubMac
ot::Mac::SubMac::SubMac()
caps
=
mRadioCaps
;
sub_mac.cpp:108
ot::Mac::SubMac
ot::Mac::SubMac::GetCaps() const
if
(
(
mRadioCaps
&
OT_RADIO_CAPS_SLEEP_TO_TX
)
==
0
)
sub_mac.cpp:476
ot::Mac::SubMac
ot::Mac::SubMac::BeginTransmit()
otRadioCaps
GetRadioCaps
(
void
)
const
{
return
mRadioCaps
;
}
sub_mac.hpp:205
ot::Mac::SubMac
ot::Mac::SubMac::GetRadioCaps() const
return
(
(
mRadioCaps
&
(
OT_RADIO_CAPS_CSMA_BACKOFF
|
OT_RADIO_CAPS_TRANSMIT_RETRIES
)
)
!=
0
)
;
sub_mac.hpp:580
ot::Mac::SubMac
ot::Mac::SubMac::RadioSupportsCsmaBackoff() const
bool
RadioSupportsTransmitSecurity
(
void
)
const
{
return
(
(
mRadioCaps
&
OT_RADIO_CAPS_TRANSMIT_SEC
)
!=
0
)
;
}
sub_mac.hpp:583
ot::Mac::SubMac
ot::Mac::SubMac::RadioSupportsTransmitSecurity() const
bool
RadioSupportsRetries
(
void
)
const
{
return
(
(
mRadioCaps
&
OT_RADIO_CAPS_TRANSMIT_RETRIES
)
!=
0
)
;
}
sub_mac.hpp:584
ot::Mac::SubMac
ot::Mac::SubMac::RadioSupportsRetries() const
bool
RadioSupportsAckTimeout
(
void
)
const
{
return
(
(
mRadioCaps
&
OT_RADIO_CAPS_ACK_TIMEOUT
)
!=
0
)
;
}
sub_mac.hpp:585
ot::Mac::SubMac
ot::Mac::SubMac::RadioSupportsAckTimeout() const
bool
RadioSupportsEnergyScan
(
void
)
const
{
return
(
(
mRadioCaps
&
OT_RADIO_CAPS_ENERGY_SCAN
)
!=
0
)
;
}
sub_mac.hpp:586
ot::Mac::SubMac
ot::Mac::SubMac::RadioSupportsEnergyScan() const
bool
RadioSupportsTransmitTiming
(
void
)
const
{
return
(
(
mRadioCaps
&
OT_RADIO_CAPS_TRANSMIT_TIMING
)
!=
0
)
;
}
sub_mac.hpp:587
ot::Mac::SubMac
ot::Mac::SubMac::RadioSupportsTransmitTiming() const
bool
RadioSupportsReceiveTiming
(
void
)
const
{
return
(
(
mRadioCaps
&
OT_RADIO_CAPS_RECEIVE_TIMING
)
!=
0
)
;
}
sub_mac.hpp:588
ot::Mac::SubMac
ot::Mac::SubMac::RadioSupportsReceiveTiming() const
bool
RadioSupportsRxOnWhenIdle
(
void
)
const
{
return
(
(
mRadioCaps
&
OT_RADIO_CAPS_RX_ON_WHEN_IDLE
)
!=
0
)
;
}
sub_mac.hpp:589
ot::Mac::SubMac
ot::Mac::SubMac::RadioSupportsRxOnWhenIdle() const
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
ot::Mac::SubMac::mRadioCaps
is read by 11 functions:
All items filtered out
ot::Mac::SubMac::mRadioCaps
ot::Mac::SubMac::GetRadioCaps() const
ot::Mac::SubMac::RadioSupportsCsmaBackoff() const
ot::Mac::SubMac::RadioSupportsTransmitSecurity() const
ot::Mac::SubMac::RadioSupportsRetries() const
ot::Mac::SubMac::RadioSupportsAckTimeout() const
ot::Mac::SubMac::RadioSupportsEnergyScan() const
ot::Mac::SubMac::RadioSupportsTransmitTiming() const
ot::Mac::SubMac::RadioSupportsReceiveTiming() const
ot::Mac::SubMac::RadioSupportsRxOnWhenIdle() const
ot::Mac::SubMac::GetCaps() const
ot::Mac::SubMac::BeginTransmit()
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