Home
last modified time | relevance | path

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

/openthread-latest/src/core/api/
Dnetwork_time_api.cpp68 otError otNetworkTimeSetXtalThreshold(otInstance *aInstance, uint16_t aXtalThreshold) in otNetworkTimeSetXtalThreshold() argument
74 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() argument
Dmle_tlvs.hpp1096 …void SetXtalThreshold(uint16_t aXtalThreshold) { mXtalThreshold = BigEndian::HostSwap16(aXtalThres… in SetXtalThreshold() argument