Searched refs:hawkbit_work_handle (Results 1 – 1 of 1) sorted by relevance
101 static struct k_work_delayable hawkbit_work_handle; variable1335 k_work_reschedule(&hawkbit_work_handle, K_MSEC(poll_sleep)); in autohandler()1340 k_work_init_delayable(&hawkbit_work_handle, autohandler); in hawkbit_autohandler()1341 k_work_reschedule(&hawkbit_work_handle, K_NO_WAIT); in hawkbit_autohandler()