ESP-IDF
ot::Mac::SubMac::State
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Values
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
ot::Mac::SubMac::State
ot::Mac::SubMac::State enum
Syntax
Show:
Summary
Declaration
from
sub_mac.hpp:531
enum
State
:
uint8_t
{
kStateDisabled
,
kStateSleep
,
kStateReceive
,
kStateCsmaBackoff
,
kStateTransmit
,
kStateEnergyScan
,
#if
OPENTHREAD_CONFIG_MAC_ADD_DELAY_ON_NO_ACK_ERROR_BEFORE_RETRY
kStateDelayBeforeRetx
,
#endif
#if
!
OPENTHREAD_MTD
&&
OPENTHREAD_CONFIG_MAC_CSL_TRANSMITTER_ENABLE
kStateCslTransmit
,
#endif
#if
OPENTHREAD_CONFIG_MAC_CSL_RECEIVER_ENABLE
kStateCslSample
,
#endif
}
;
Values
Value
Declared as
ot::Mac::SubMac::State::kStateDisabled
ot::Mac::SubMac::State::kStateSleep
ot::Mac::SubMac::State::kStateReceive
ot::Mac::SubMac::State::kStateCsmaBackoff
ot::Mac::SubMac::State::kStateTransmit
ot::Mac::SubMac::State::kStateEnergyScan
ot::Mac::SubMac::State::kStateDelayBeforeRetx
ot::Mac::SubMac::State::kStateCslTransmit
Examples
References
from
examples
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
All items filtered out
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