Searched refs:updatehub_work_handle (Results 1 – 1 of 1) sorted by relevance
81 static struct k_work_delayable updatehub_work_handle; variable1029 k_work_reschedule(&updatehub_work_handle, UPDATEHUB_POLL_INTERVAL); in autohandler()1044 k_work_init_delayable(&updatehub_work_handle, autohandler); in z_impl_updatehub_autohandler()1045 k_work_reschedule(&updatehub_work_handle, K_NO_WAIT); in z_impl_updatehub_autohandler()