Home
last modified time | relevance | path

Searched refs:OPENTHREAD_CONFIG_TIME_SYNC_XTAL_THRESHOLD (Results 1 – 2 of 2) sorted by relevance

/openthread-latest/src/core/config/
Dtime_sync.h86 #ifndef OPENTHREAD_CONFIG_TIME_SYNC_XTAL_THRESHOLD
87 #define OPENTHREAD_CONFIG_TIME_SYNC_XTAL_THRESHOLD 300 macro
/openthread-latest/src/core/thread/
Dtime_sync_service.cpp53 , mXtalThreshold(OPENTHREAD_CONFIG_TIME_SYNC_XTAL_THRESHOLD) in TimeSync()