Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/task_wdt/
Dtask_wdt.c31 uint32_t reload_period; member
70 if (channels[id].reload_period != 0 && in schedule_next_timeout()
113 if (bg_channel || channels[channel_id].reload_period == 0) { in task_wdt_trigger()
155 int task_wdt_add(uint32_t reload_period, task_wdt_callback_t callback, in task_wdt_add() argument
160 if (reload_period == 0) { in task_wdt_add()
172 if (channels[id].reload_period == 0) { in task_wdt_add()
173 channels[id].reload_period = reload_period; in task_wdt_add()
210 channels[channel_id].reload_period = 0; in task_wdt_delete()
237 k_ms_to_ticks_ceil64(channels[channel_id].reload_period); in task_wdt_feed()
/Zephyr-latest/include/zephyr/task_wdt/
Dtask_wdt.h75 int task_wdt_add(uint32_t reload_period, task_wdt_callback_t callback,