Home
last modified time | relevance | path

Searched refs:histogramDirect (Results 1 – 1 of 1) sorted by relevance

/openthread-latest/src/ncp/
Dncp_base_mtd.cpp2932 const uint32_t *histogramDirect; in HandlePropertyGet() local
2937 histogramDirect = otLinkGetTxDirectRetrySuccessHistogram(mInstance, &histogramDirectEntries); in HandlePropertyGet()
2940 OT_ASSERT((histogramDirectEntries == 0) || (histogramDirect != nullptr)); in HandlePropertyGet()
2947 SuccessOrExit(error = mEncoder.WriteUint32(histogramDirect[i])); in HandlePropertyGet()