Home
last modified time | relevance | path

Searched refs:SNTP_SYNC_STATUS_IN_PROGRESS (Results 1 – 3 of 3) sorted by relevance

/hal_espressif-3.6.0/components/lwip/apps/sntp/
Dsntp.c53 sntp_set_sync_status(SNTP_SYNC_STATUS_IN_PROGRESS); in sntp_sync_time()
84 } else if (sync_status == SNTP_SYNC_STATUS_IN_PROGRESS) { in sntp_get_sync_status()
91 ret_sync_status = SNTP_SYNC_STATUS_IN_PROGRESS; in sntp_get_sync_status()
/hal_espressif-3.6.0/components/lwip/include/apps/
Desp_sntp.h59 SNTP_SYNC_STATUS_IN_PROGRESS, // Smooth time sync in progress. enumerator
/hal_espressif-3.6.0/examples/protocols/sntp/main/
Dsntp_example_main.c104 while (sntp_get_sync_status() == SNTP_SYNC_STATUS_IN_PROGRESS) { in app_main()