ESP-IDF
otMacCounters::mRxErrFcs
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (4/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::mRxErrFcs
otMacCounters::mRxErrFcs field
The total number of frames dropped due to invalid FCS.
Syntax
Show:
Summary
Declaration
from
link.h:308
uint32_t
mRxErrFcs
;
Examples
References
from
examples
Code
Location
Scope
Referrer
uint32_t
mRxErrFcs
;
link.h:308
{
&
otMacCounters
::
mRxErrFcs
,
"RxErrFcs"
}
,
cli.cpp:2260
ot::Cli::Interpreter
ot::Cli::Interpreter::Process()
mCounters
.
mRxErrFcs
++
;
mac.cpp:2032
ot::Mac::Mac
ot::Mac::Mac::HandleReceivedFrame()
counters
.
mRxErrSec
+
counters
.
mRxErrFcs
+
counters
.
mRxErrOther
)
;
network_diagnostic.cpp:211
ot::NetworkDiagnostic::Server
ot::NetworkDiagnostic::Server::AppendMacCounters()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
otMacCounters::mRxErrFcs
is written by 1 function and is read by 2 functions:
ot::Mac::Mac::HandleReceivedFrame()
All items filtered out
otMacCounters::mRxErrFcs
ot::Mac::Mac::HandleReceivedFrame()
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