Home
last modified time | relevance | path

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

/openthread-latest/src/core/thread/
Drouter.cpp60 mCslClockAccuracy = aParent.GetCslAccuracy().GetClockAccuracy(); in SetFrom()
61 mCslUncertainty = aParent.GetCslAccuracy().GetUncertainty(); in SetFrom()
Drouter.hpp275 const Mac::CslAccuracy &GetCslAccuracy(void) const { return mCslAccuracy; } in GetCslAccuracy() function in ot::Parent
Dmle.cpp3039 uint64_t candidateCslMetric = CalcParentCslMetric(mParentCandidate.GetCslAccuracy()); in IsBetterParent()
3328 Get<Mac::Mac>().SetCslParentAccuracy(mParent.GetCslAccuracy()); in HandleChildIdResponse()
5189 cslClockAccuracyTlv.SetCslClockAccuracy(Get<Radio>().GetCslAccuracy()); in AppendCslClockAccuracyTlv()
/openthread-latest/src/core/radio/
Dradio.hpp572 uint8_t GetCslAccuracy(void);
995 inline uint8_t Radio::GetCslAccuracy(void) { return otPlatRadioGetCslAccuracy(GetInstancePtr()); } in GetCslAccuracy() function in ot::Radio
1107 inline uint8_t Radio::GetCslAccuracy(void) { return NumericLimits<uint8_t>::kMax; } in GetCslAccuracy() function in ot::Radio
/openthread-latest/src/core/mac/
Dsub_mac_csl_receiver.cpp237 … (Get<Radio>().GetCslAccuracy() + mCslParentAccuracy.GetClockAccuracy()) / 1000000); in GetCslWindowEdges()
/openthread-latest/src/lib/spinel/
Dradio_spinel.hpp802 uint8_t GetCslAccuracy(void);
Dradio_spinel.cpp2389 uint8_t RadioSpinel::GetCslAccuracy(void) in GetCslAccuracy() function in ot::Spinel::RadioSpinel
/openthread-latest/src/posix/platform/
Dradio.cpp953 return GetRadioSpinel().GetCslAccuracy(); in otPlatRadioGetCslAccuracy()