Home
last modified time | relevance | path

Searched refs:sntp_sync_mode (Results 1 – 1 of 1) 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; variable
37 if (sntp_sync_mode == SNTP_SYNC_MODE_IMMED) { in sntp_sync_time()
40 } else if (sntp_sync_mode == SNTP_SYNC_MODE_SMOOTH) { in sntp_sync_time()
63 sntp_sync_mode = sync_mode; in sntp_set_sync_mode()
68 return sntp_sync_mode; in sntp_get_sync_mode()