Home
last modified time | relevance | path

Searched refs:sntp_sync_mode_t (Results 1 – 2 of 2) sorted by relevance

/hal_espressif-3.6.0/components/lwip/include/apps/
Desp_sntp.h53 } sntp_sync_mode_t; typedef
89 void sntp_set_sync_mode(sntp_sync_mode_t sync_mode);
97 sntp_sync_mode_t sntp_get_sync_mode(void);
/hal_espressif-3.6.0/components/lwip/apps/sntp/
Dsntp.c25 static volatile sntp_sync_mode_t sntp_sync_mode = SNTP_SYNC_MODE_IMMED;
61 void sntp_set_sync_mode(sntp_sync_mode_t sync_mode) in sntp_set_sync_mode()
66 sntp_sync_mode_t sntp_get_sync_mode(void) in sntp_get_sync_mode()