Home
last modified time | relevance | path

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

/openthread-3.5.0/src/core/thread/
Dtime_sync_service.hpp148 void SetXtalThreshold(uint16_t aXtalThreshold) { mXtalThreshold = aXtalThreshold; } in SetXtalThreshold() argument
Dmle_tlvs.hpp1158 void SetXtalThreshold(uint16_t aXtalThreshold) { mXtalThreshold = HostSwap16(aXtalThreshold); } in SetXtalThreshold() argument
/openthread-3.5.0/src/core/api/
Dnetwork_time_api.cpp69 otError otNetworkTimeSetXtalThreshold(otInstance *aInstance, uint16_t aXtalThreshold) in otNetworkTimeSetXtalThreshold() argument
75 AsCoreType(aInstance).Get<TimeSync>().SetXtalThreshold(aXtalThreshold); in otNetworkTimeSetXtalThreshold()