Home
last modified time | relevance | path

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

/hal_espressif-3.6.0/components/lwip/apps/sntp/
Dsntp.c27 static sntp_sync_time_cb_t time_sync_notification_cb = NULL; variable
56 if (time_sync_notification_cb) { in sntp_sync_time()
57 time_sync_notification_cb(tv); in sntp_sync_time()
74 time_sync_notification_cb = callback; in sntp_set_time_sync_notification_cb()
/hal_espressif-3.6.0/examples/protocols/sntp/main/
Dsntp_example_main.c44 void time_sync_notification_cb(struct timeval *tv) in time_sync_notification_cb() function
161 sntp_set_time_sync_notification_cb(time_sync_notification_cb); in initialize_sntp()