Searched refs:sntp_resync_handler (Results 1 – 1 of 1) sorted by relevance
17 static void sntp_resync_handler(struct k_work *work);18 static K_WORK_DELAYABLE_DEFINE(sntp_resync_work_handle, sntp_resync_handler);64 static void sntp_resync_handler(struct k_work *work) in sntp_resync_handler() function