Searched refs:aXtalThreshold (Results 1 – 3 of 3) sorted by relevance
148 void SetXtalThreshold(uint16_t aXtalThreshold) { mXtalThreshold = aXtalThreshold; } in SetXtalThreshold() argument
1158 void SetXtalThreshold(uint16_t aXtalThreshold) { mXtalThreshold = HostSwap16(aXtalThreshold); } in SetXtalThreshold() argument
69 otError otNetworkTimeSetXtalThreshold(otInstance *aInstance, uint16_t aXtalThreshold) in otNetworkTimeSetXtalThreshold() argument75 AsCoreType(aInstance).Get<TimeSync>().SetXtalThreshold(aXtalThreshold); in otNetworkTimeSetXtalThreshold()