ESP-IDF
ot::MeshForwarder::TxQueueStats::kHistMaxInterval
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
ot::MeshForwarder::TxQueueStats::kHistMaxInterval
ot::MeshForwarder::TxQueueStats::kHistMaxInterval variable
Syntax
Show:
Summary
Declaration
from
mesh_forwarder.hpp:480
static
constexpr
uint32_t
kHistMaxInterval
=
OPENTHREAD_CONFIG_TX_QUEUE_STATISTICS_HISTOGRAM_MAX_INTERVAL
;
Examples
References
from
examples
Code
Location
static
constexpr
uint32_t
kHistMaxInterval
=
OPENTHREAD_CONFIG_TX_QUEUE_STATISTICS_HISTOGRAM_MAX_INTERVAL
;
mesh_forwarder.hpp:480
static
constexpr
uint16_t
kNumHistBins
=
(
kHistMaxInterval
+
kHistBinInterval
-
1
)
/
kHistBinInterval
;
mesh_forwarder.hpp:482
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