ESP-IDF
ot::Mac::SubMac::SetState()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (1/5)...
Summary
Syntax
Arguments
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
ot::Mac::SubMac::SetState()
ot::Mac::SubMac::SetState() method
Syntax
Show:
Summary
Declaration
Definition
from
sub_mac.hpp:615
void
SetState
(
State
aState
)
;
Implemented in
sub_mac.cpp:895
Arguments
Argument
aState
Examples
References
from
examples
Code
Location
Scope
Referrer
void
SubMac
::
SetState
(
State
aState
)
sub_mac.cpp:895
void
SetState
(
State
aState
)
;
sub_mac.hpp:615
SetState
(
kStateSleep
)
;
sub_mac.cpp:204
ot::Mac::SubMac
ot::Mac::SubMac::Enable()
SetState
(
kStateDisabled
)
;
sub_mac.cpp:225
ot::Mac::SubMac
ot::Mac::SubMac::Disable()
SetState
(
kStateSleep
)
;
sub_mac.cpp:246
ot::Mac::SubMac
ot::Mac::SubMac::Sleep()
SetState
(
kStateReceive
)
;
sub_mac.cpp:273
ot::Mac::SubMac
ot::Mac::SubMac::Receive()
SetState
(
kStateCslTransmit
)
;
sub_mac.cpp:400
ot::Mac::SubMac
ot::Mac::SubMac::StartCsmaBackoff()
SetState
(
kStateCsmaBackoff
)
;
sub_mac.cpp:428
ot::Mac::SubMac
ot::Mac::SubMac::StartCsmaBackoff()
SetState
(
kStateTransmit
)
;
sub_mac.cpp:481
ot::Mac::SubMac
ot::Mac::SubMac::BeginTransmit()
SetState
(
kStateDelayBeforeRetx
)
;
sub_mac.cpp:579
ot::Mac::SubMac
ot::Mac::SubMac::HandleTransmitDone()
SetState
(
kStateReceive
)
;
sub_mac.cpp:591
ot::Mac::SubMac
ot::Mac::SubMac::HandleTransmitDone()
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()
SetState
(
kStateReceive
)
;
sub_mac.cpp:747
ot::Mac::SubMac
ot::Mac::SubMac::HandleEnergyScanDone()
Call Tree
from
examples
ot::Mac::SubMac::SetState()
is called by 9 functions and calls 1 function:
ot::Mac::SubMac::Enable()
ot::Mac::SubMac::Disable()
ot::Mac::SubMac::Sleep()
ot::Mac::SubMac::Receive()
ot::Mac::SubMac::StartCsmaBackoff()
ot::Mac::SubMac::BeginTransmit()
ot::Mac::SubMac::HandleTransmitDone()
ot::Mac::SubMac::EnergyScan()
ot::Mac::SubMac::HandleEnergyScanDone()
All items filtered out
ot::Mac::SubMac::SetState()
ot::Mac::SubMac::StateToString()
All items filtered out
Data Use
from
examples
ot::Mac::SubMac::SetState()
reads 2 variables and writes 1 variable:
ot::LogLevel::kLogLevelDebg
ot::Mac::SubMac::mState
All items filtered out
ot::Mac::SubMac::SetState()
ot::Mac::SubMac::mState
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