Home
last modified time | relevance | path

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

/openthread-latest/include/openthread/
Dnetwork_time.h104 uint16_t otNetworkTimeGetSyncPeriod(otInstance *aInstance);
/openthread-latest/src/core/api/
Dnetwork_time_api.cpp63 uint16_t otNetworkTimeGetSyncPeriod(otInstance *aInstance) in otNetworkTimeGetSyncPeriod() function
/openthread-latest/src/ncp/
Dncp_base_ftd.cpp1371 return mEncoder.WriteUint16(otNetworkTimeGetSyncPeriod(mInstance)); in HandlePropertyGet()
/openthread-latest/src/cli/
Dcli.cpp4925 OutputLine("Time Sync Period: %us", otNetworkTimeGetSyncPeriod(GetInstancePtr())); in Process()