ESP-IDF
ot::Mac::SubMac::RadioSupportsEnergyScan() 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::RadioSupportsEnergyScan() const
ot::Mac::SubMac::RadioSupportsEnergyScan() const method
Syntax
Show:
Summary
Declaration
from
sub_mac.hpp:586
bool
RadioSupportsEnergyScan
(
void
)
const
;
Examples
References
from
examples
Code
Location
Scope
Referrer
bool
RadioSupportsEnergyScan
(
void
)
const
{
return
(
(
mRadioCaps
&
OT_RADIO_CAPS_ENERGY_SCAN
)
!=
0
)
;
}
sub_mac.hpp:586
if
(
RadioSupportsEnergyScan
(
)
)
sub_mac.cpp:698
ot::Mac::SubMac
ot::Mac::SubMac::EnergyScan()
OT_ASSERT
(
!
RadioSupportsEnergyScan
(
)
)
;
sub_mac.cpp:723
ot::Mac::SubMac
ot::Mac::SubMac::SampleRssi()
VerifyOrExit
(
!
RadioSupportsEnergyScan
(
)
,
swEnergyScan
=
false
)
;
sub_mac.cpp:861
ot::Mac::SubMac
ot::Mac::SubMac::ShouldHandleEnergyScan() const
Call Tree
from
examples
ot::Mac::SubMac::RadioSupportsEnergyScan() const
is called by 3 functions:
ot::Mac::SubMac::EnergyScan()
ot::Mac::SubMac::SampleRssi()
ot::Mac::SubMac::ShouldHandleEnergyScan() const
All items filtered out
ot::Mac::SubMac::RadioSupportsEnergyScan() const
All items filtered out
Data Use
from
examples
ot::Mac::SubMac::RadioSupportsEnergyScan() const
reads 2 variables:
::OT_RADIO_CAPS_ENERGY_SCAN
ot::Mac::SubMac::mRadioCaps
All items filtered out
ot::Mac::SubMac::RadioSupportsEnergyScan() 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