Searched refs:SetXtalThreshold (Results 1 – 4 of 4) sorted by relevance
74 AsCoreType(aInstance).Get<TimeSync>().SetXtalThreshold(aXtalThreshold); in otNetworkTimeSetXtalThreshold()
137 void SetXtalThreshold(uint16_t aXtalThreshold) { mXtalThreshold = aXtalThreshold; } in SetXtalThreshold() function in ot::TimeSync
1096 …void SetXtalThreshold(uint16_t aXtalThreshold) { mXtalThreshold = BigEndian::HostSwap16(aXtalThres… in SetXtalThreshold() function in ot::Mle::TimeParameterTlv
3203 Get<TimeSync>().SetXtalThreshold(timeParameterTlv.GetXtalThreshold()); in HandleParentResponse()5115 tlv.SetXtalThreshold(Get<TimeSync>().GetXtalThreshold()); in AppendTimeParameterTlv()