Home
last modified time | relevance | path

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

/Zephyr-Core-2.7.6/subsys/mgmt/hawkbit/
Dhawkbit.c101 static struct k_work_delayable hawkbit_work_handle; variable
1335 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()