Searched refs:SNTP_SYNC_MODE_IMMED (Results 1 – 4 of 4) sorted by relevance
25 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()
51 …SNTP_SYNC_MODE_IMMED, /*!< Update system time immediately when receiving a response from the SNT… enumerator
72 …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…
101 - ``SNTP_SYNC_MODE_IMMED`` (default) updates system time immediately upon receiving a response from…