Home
last modified time | relevance | path

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

/hal_espressif-3.6.0/components/lwip/apps/sntp/
Dsntp.c26 static volatile sntp_sync_status_t sntp_sync_status = SNTP_SYNC_STATUS_RESET;
30 inline void sntp_set_sync_status(sntp_sync_status_t sync_status) in sntp_set_sync_status()
77 sntp_sync_status_t sntp_get_sync_status(void) in sntp_get_sync_status()
79 sntp_sync_status_t ret_sync_status = SNTP_SYNC_STATUS_RESET; in sntp_get_sync_status()
80 sntp_sync_status_t sync_status = sntp_sync_status; in sntp_get_sync_status()
/hal_espressif-3.6.0/components/lwip/include/apps/
Desp_sntp.h60 } sntp_sync_status_t; typedef
111 sntp_sync_status_t sntp_get_sync_status(void);
118 void sntp_set_sync_status(sntp_sync_status_t sync_status);