Home
last modified time | relevance | path

Searched defs:RadioCoexMetrics (Results 1 – 1 of 1) sorted by relevance

/external/ot-br-posix/src/dbus/common/
Dtypes.hpp599 struct RadioCoexMetrics struct
601 uint32_t mNumGrantGlitch; ///< Number of grant glitches.
602 uint32_t mNumTxRequest; ///< Number of tx requests.
603 uint32_t mNumTxGrantImmediate; ///< Number of tx requests while grant was active.
604 uint32_t mNumTxGrantWait; ///< Number of tx requests while grant was inactive.
605 …antWaitActivated; ///< Number of tx requests while grant was inactive that were ultimately granted.
606 …t32_t mNumTxGrantWaitTimeout; ///< Number of tx requests while grant was inactive that timed out.
607 …xGrantDeactivatedDuringRequest; ///< Number of tx that were in progress when grant was deactivated.
608 … mNumTxDelayedGrant; ///< Number of tx requests that were not granted within 50us.
609 … uint32_t mAvgTxRequestToGrantTime; ///< Average time in usec from tx request to grant.
[all …]