Home
last modified time | relevance | path

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

/openthread-latest/src/core/api/
Dnetwork_time_api.cpp74 AsCoreType(aInstance).Get<TimeSync>().SetXtalThreshold(aXtalThreshold); in otNetworkTimeSetXtalThreshold()
/openthread-latest/src/core/thread/
Dtime_sync_service.hpp137 void SetXtalThreshold(uint16_t aXtalThreshold) { mXtalThreshold = aXtalThreshold; } in SetXtalThreshold() function in ot::TimeSync
Dmle_tlvs.hpp1096 …void SetXtalThreshold(uint16_t aXtalThreshold) { mXtalThreshold = BigEndian::HostSwap16(aXtalThres… in SetXtalThreshold() function in ot::Mle::TimeParameterTlv
Dmle.cpp3203 Get<TimeSync>().SetXtalThreshold(timeParameterTlv.GetXtalThreshold()); in HandleParentResponse()
5115 tlv.SetXtalThreshold(Get<TimeSync>().GetXtalThreshold()); in AppendTimeParameterTlv()