Home
last modified time | relevance | path

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

/openthread-latest/src/core/api/
Dnetwork_time_api.cpp51 otError otNetworkTimeSetSyncPeriod(otInstance *aInstance, uint16_t aTimeSyncPeriod) in otNetworkTimeSetSyncPeriod() argument
57 AsCoreType(aInstance).Get<TimeSync>().SetTimeSyncPeriod(aTimeSyncPeriod); in otNetworkTimeSetSyncPeriod()
/openthread-latest/src/core/thread/
Dtime_sync_service.hpp123 void SetTimeSyncPeriod(uint16_t aTimeSyncPeriod) { mTimeSyncPeriod = aTimeSyncPeriod; } in SetTimeSyncPeriod() argument
Dmle_tlvs.hpp1082 …void SetTimeSyncPeriod(uint16_t aTimeSyncPeriod) { mTimeSyncPeriod = BigEndian::HostSwap16(aTimeSy… in SetTimeSyncPeriod() argument
/openthread-latest/include/openthread/
Dnetwork_time.h95 otError otNetworkTimeSetSyncPeriod(otInstance *aInstance, uint16_t aTimeSyncPeriod);