Home
last modified time | relevance | path

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

/Zephyr-latest/include/zephyr/mgmt/hawkbit/
Dconfig.h186 uint32_t hawkbit_get_poll_interval(void);
/Zephyr-latest/subsys/mgmt/hawkbit/
Dhawkbit_autohandler.c82 k_work_reschedule(&hawkbit_work_handle, K_SECONDS(hawkbit_get_poll_interval())); in autohandler()
Dhawkbit.c579 uint32_t hawkbit_get_poll_interval(void) in hawkbit_get_poll_interval() function