ESP-IDF
otMacCounters::mRxOther
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (1/5)...
Files
loading (4/5)...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
otMacCounters::mRxOther
otMacCounters::mRxOther field
The total number of other types of frames received.
Syntax
Show:
Summary
Declaration
from
link.h:262
uint32_t
mRxOther
;
Examples
References
from
examples
Code
Location
Scope
Referrer
uint32_t
mRxOther
;
link.h:262
{
&
otMacCounters
::
mRxOther
,
"RxOther"
}
,
cli.cpp:2252
ot::Cli::Interpreter
ot::Cli::Interpreter::Process()
VerifyOrExit
(
mScanChannel
==
mPanChannel
,
mCounters
.
mRxOther
++
)
;
mac.cpp:1957
ot::Mac::Mac
ot::Mac::Mac::HandleReceivedFrame()
mCounters
.
mRxOther
++
;
mac.cpp:2010
ot::Mac::Mac
ot::Mac::Mac::HandleReceivedFrame()
mCounters
.
mRxOther
++
;
mac.cpp:2120
ot::Mac::Mac
ot::Mac::Mac::HandleMacCommand()
tlv
.
SetIfInUnknownProtos
(
counters
.
mRxOther
)
;
network_diagnostic.cpp:209
ot::NetworkDiagnostic::Server
ot::NetworkDiagnostic::Server::AppendMacCounters()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
otMacCounters::mRxOther
is written by 2 functions and is read by 3 functions:
ot::Mac::Mac::HandleReceivedFrame()
ot::Mac::Mac::HandleMacCommand()
All items filtered out
otMacCounters::mRxOther
ot::Mac::Mac::HandleReceivedFrame()
ot::Mac::Mac::HandleMacCommand()
ot::NetworkDiagnostic::Server::AppendMacCounters()
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