ESP-IDF
ot::kErrorChannelAccessFailure
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (1/5)...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
ot::kErrorChannelAccessFailure
ot::kErrorChannelAccessFailure variable
Syntax
Show:
Summary
Declaration
from
error.hpp:69
constexpr
Error
kErrorChannelAccessFailure
=
OT_ERROR_CHANNEL_ACCESS_FAILURE
;
Examples
References
from
examples
Code
Location
Scope
Referrer
constexpr
Error
kErrorChannelAccessFailure
=
OT_ERROR_CHANNEL_ACCESS_FAILURE
;
error.hpp:69
case
kErrorChannelAccessFailure
:
csl_tx_scheduler.cpp:300
ot::CslTxScheduler
ot::CslTxScheduler::HandleSentFrame()
case
kErrorChannelAccessFailure
:
data_poll_handler.cpp:257
ot::DataPollHandler
ot::DataPollHandler::HandleSentFrame()
case
kErrorChannelAccessFailure
:
data_poll_sender.cpp:237
ot::DataPollSender
ot::DataPollSender::HandlePollSent()
if
(
(
aError
==
kErrorNone
)
||
(
aError
==
kErrorChannelAccessFailure
)
)
discover_scanner.cpp:209
ot::Mle::DiscoverScanner
ot::Mle::DiscoverScanner::HandleDiscoveryRequestFrameTxDone()
case
kErrorChannelAccessFailure
:
indirect_sender.cpp:439
ot::IndirectSender
ot::IndirectSender::HandleSentFrameToChild()
if
(
aError
==
kErrorChannelAccessFailure
)
mac.cpp:1215
ot::Mac::Mac
ot::Mac::Mac::RecordFrameTransmitStatus()
OT_ASSERT
(
(
aError
==
kErrorNone
)
||
(
aError
==
kErrorChannelAccessFailure
)
||
(
aError
==
kErrorAbort
)
||
mesh_forwarder.cpp:1205
ot::MeshForwarder
ot::MeshForwarder::HandleSentFrame()
case
kErrorChannelAccessFailure
:
sub_mac.cpp:531
ot::Mac::SubMac
ot::Mac::SubMac::HandleTransmitDone()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
ot::kErrorChannelAccessFailure
is read by 8 functions:
All items filtered out
ot::kErrorChannelAccessFailure
ot::DataPollHandler::HandleSentFrame()
ot::DataPollSender::HandlePollSent()
ot::Mac::Mac::RecordFrameTransmitStatus()
ot::Mac::SubMac::HandleTransmitDone()
ot::CslTxScheduler::HandleSentFrame()
ot::Mle::DiscoverScanner::HandleDiscoveryRequestFrameTxDone()
ot::IndirectSender::HandleSentFrameToChild()
ot::MeshForwarder::HandleSentFrame()
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