Home
last modified time | relevance | path

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

/openthread-latest/src/core/thread/
Drouter.cpp60 mCslClockAccuracy = aParent.GetCslAccuracy().GetClockAccuracy(); in SetFrom()
Dmle_tlvs.hpp1135 uint8_t GetCslClockAccuracy(void) const { return mCslClockAccuracy; } in GetCslClockAccuracy()
1142 void SetCslClockAccuracy(uint8_t aCslClockAccuracy) { mCslClockAccuracy = aCslClockAccuracy; } in SetCslClockAccuracy()
1159 uint8_t mCslClockAccuracy; member in ot::Mle::CslClockAccuracyTlv
/openthread-latest/include/openthread/
Dthread.h151 uint8_t mCslClockAccuracy; ///< CSL clock accuracy, in ± ppm member
/openthread-latest/src/cli/
Dcli.cpp5139 OutputLine("CSL clock accuracy: %u", parentInfo.mCslClockAccuracy); in Process()
/openthread-latest/src/ncp/
Dncp_base_mtd.cpp810 SuccessOrExit(error = mEncoder.WriteUint8(parentInfo.mCslClockAccuracy)); in HandlePropertyGet()