Searched refs:SNTP_SYNC_MODE_SMOOTH (Results 1 – 5 of 5) sorted by relevance
102 if (sntp_get_sync_mode() == SNTP_SYNC_MODE_SMOOTH) { in app_main()163 sntp_set_sync_mode(SNTP_SYNC_MODE_SMOOTH); in initialize_sntp()
52 …SNTP_SYNC_MODE_SMOOTH, /*!< Smooth time updating. Time error is gradually reduced using adjtime f… enumerator
40 } else if (sntp_sync_mode == SNTP_SYNC_MODE_SMOOTH) { in sntp_sync_time()
72 …)` - get/set the sync mode. Allowable two mode: `SNTP_SYNC_MODE_IMMED` and `SNTP_SYNC_MODE_SMOOTH`.79 * `SNTP_SYNC_MODE_SMOOTH` - Smooth time updating. Time error is gradually reduced using adjtime fun…
102 - ``SNTP_SYNC_MODE_SMOOTH`` updates time smoothly by gradually reducing time error using the funcio…