Searched refs:sntp_get_sync_status (Results 1 – 5 of 5) sorted by relevance
104 while (sntp_get_sync_status() == SNTP_SYNC_STATUS_IN_PROGRESS) { in app_main()146 while (sntp_get_sync_status() == SNTP_SYNC_STATUS_RESET && ++retry < retry_count) { in obtain_time()
111 sntp_sync_status_t sntp_get_sync_status(void);
77 sntp_sync_status_t sntp_get_sync_status(void) in sntp_get_sync_status() function
71 - `sntp_get_sync_status()` and `sntp_set_sync_status()` - get/set time synchronization status.
107 - ``sntp_get_sync_status()`` and ``sntp_set_sync_status()`` - use it to get/set time synchronizatio…