Home
last modified time | relevance | path

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

/hal_espressif-3.6.0/components/lwip/apps/sntp/
Dsntp.c25 static volatile sntp_sync_mode_t sntp_sync_mode = SNTP_SYNC_MODE_IMMED;
37 if (sntp_sync_mode == SNTP_SYNC_MODE_IMMED) { in sntp_sync_time()
/hal_espressif-3.6.0/components/lwip/include/apps/
Desp_sntp.h51SNTP_SYNC_MODE_IMMED, /*!< Update system time immediately when receiving a response from the SNT… enumerator
/hal_espressif-3.6.0/examples/protocols/sntp/
DREADME.md72 …tp_set_sync_mode()` - get/set the sync mode. Allowable two mode: `SNTP_SYNC_MODE_IMMED` and `SNTP_…
78 * `SNTP_SYNC_MODE_IMMED` - Update system time immediately when receiving a response from the SNTP s…
/hal_espressif-3.6.0/docs/en/api-reference/system/
Dsystem_time.rst101 - ``SNTP_SYNC_MODE_IMMED`` (default) updates system time immediately upon receiving a response from…