Home
last modified time | relevance | path

Searched refs:SNTP_SYNC_MODE_SMOOTH (Results 1 – 5 of 5) sorted by relevance

/hal_espressif-3.6.0/examples/protocols/sntp/main/
Dsntp_example_main.c102 if (sntp_get_sync_mode() == SNTP_SYNC_MODE_SMOOTH) { in app_main()
163 sntp_set_sync_mode(SNTP_SYNC_MODE_SMOOTH); in initialize_sntp()
/hal_espressif-3.6.0/components/lwip/include/apps/
Desp_sntp.h52SNTP_SYNC_MODE_SMOOTH, /*!< Smooth time updating. Time error is gradually reduced using adjtime f… enumerator
/hal_espressif-3.6.0/components/lwip/apps/sntp/
Dsntp.c40 } else if (sntp_sync_mode == SNTP_SYNC_MODE_SMOOTH) { in sntp_sync_time()
/hal_espressif-3.6.0/examples/protocols/sntp/
DREADME.md72 …)` - 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…
/hal_espressif-3.6.0/docs/en/api-reference/system/
Dsystem_time.rst102 - ``SNTP_SYNC_MODE_SMOOTH`` updates time smoothly by gradually reducing time error using the funcio…