Home
last modified time | relevance | path

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

/openthread-latest/include/openthread/
Dnetwork_time.h135 uint16_t otNetworkTimeGetXtalThreshold(otInstance *aInstance);
/openthread-latest/src/core/api/
Dnetwork_time_api.cpp81 uint16_t otNetworkTimeGetXtalThreshold(otInstance *aInstance) in otNetworkTimeGetXtalThreshold() function
/openthread-latest/src/ncp/
Dncp_base_ftd.cpp1389 return mEncoder.WriteUint16(otNetworkTimeGetXtalThreshold(mInstance)); in HandlePropertyGet()
/openthread-latest/src/cli/
Dcli.cpp4834 OutputLine("XTAL Threshold: %uppm", otNetworkTimeGetXtalThreshold(GetInstancePtr())); in Process()