ESP-IDF
kStateEnergyScan
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (2/5)...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
kStateEnergyScan
kStateEnergyScan value
Syntax
Show:
Summary
Declaration
from
sub_mac.hpp:538
kStateEnergyScan
;
Examples
References
from
examples
Code
Location
Scope
Referrer
kStateEnergyScan
,
// Energy scan.
sub_mac.hpp:538
case
kStateEnergyScan
:
sub_mac.cpp:325
ot::Mac::SubMac
ot::Mac::SubMac::Send()
case
kStateEnergyScan
:
sub_mac.cpp:683
ot::Mac::SubMac
ot::Mac::SubMac::EnergyScan()
SetState
(
kStateEnergyScan
)
;
sub_mac.cpp:701
ot::Mac::SubMac
ot::Mac::SubMac::EnergyScan()
SetState
(
kStateEnergyScan
)
;
sub_mac.cpp:707
ot::Mac::SubMac
ot::Mac::SubMac::EnergyScan()
case
kStateEnergyScan
:
sub_mac.cpp:776
ot::Mac::SubMac
ot::Mac::SubMac::HandleTimer()
ValidateNextEnum
(
kStateEnergyScan
)
;
sub_mac.cpp:1027
ot::Mac::SubMac
ot::Mac::SubMac::StateToString()
bool
IsTransmittingOrScanning
(
void
)
const
{
return
(
mState
==
kStateTransmit
)
||
(
mState
==
kStateEnergyScan
)
;
}
sub_mac.hpp:298
ot::Mac::SubMac
ot::Mac::SubMac::IsTransmittingOrScanning() const
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
kStateEnergyScan
is read by 5 functions:
All items filtered out
kStateEnergyScan
ot::Mac::SubMac::IsTransmittingOrScanning() const
ot::Mac::SubMac::Send()
ot::Mac::SubMac::EnergyScan()
ot::Mac::SubMac::HandleTimer()
ot::Mac::SubMac::StateToString()
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