Home
last modified time | relevance | path

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

/openthread-latest/include/openthread/
Dnetwork_time.h125 otError otNetworkTimeSetXtalThreshold(otInstance *aInstance, uint16_t aXTALThreshold);
/openthread-latest/src/core/api/
Dnetwork_time_api.cpp69 otError otNetworkTimeSetXtalThreshold(otInstance *aInstance, uint16_t aXtalThreshold) in otNetworkTimeSetXtalThreshold() function
/openthread-latest/src/ncp/
Dncp_base_ftd.cpp1399 SuccessOrExit(error = otNetworkTimeSetXtalThreshold(mInstance, xtalThreshold)); in HandlePropertySet()
/openthread-latest/src/cli/
Dcli.cpp4858 SuccessOrExit(error = otNetworkTimeSetXtalThreshold(GetInstancePtr(), xtalThreshold)); in Process()