Home
last modified time | relevance | path

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

/openthread-latest/src/core/mac/
Dsub_mac_csl_receiver.cpp238 …semiWindow += mCslParentAccuracy.GetUncertaintyInMicrosec() + Get<Radio>().GetCslUncertainty() * 1… in GetCslWindowEdges()
Dmac_types.hpp921 …uint16_t GetUncertaintyInMicrosec(void) const { return static_cast<uint16_t>(mUncertainty) * kUsPe… in GetUncertaintyInMicrosec() function in ot::Mac::CslAccuracy
/openthread-latest/src/core/thread/
Dmle.cpp4400 aCslAccuracy.GetUncertaintyInMicrosec() * k; in CalcParentCslMetric()