Home
last modified time | relevance | path

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

/openthread-3.5.0/src/core/mac/
Dmac_types.hpp997 …ncertaintyInMicrosec(void) const { return static_cast<uint16_t>(mUncertainty) * kUsPerUncertUnit; } in GetUncertaintyInMicrosec()
1008 static constexpr uint8_t kUsPerUncertUnit = 10; member in ot::Mac::CslAccuracy