Home
last modified time | relevance | path

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

/Zephyr-Core-3.5.0/drivers/watchdog/
Dwdt_counter.c22 uint8_t alloc_cnt; member
121 if (data->alloc_cnt == 0) { in wdt_counter_install_timeout()
125 data->alloc_cnt--; in wdt_counter_install_timeout()
126 chan_id = data->alloc_cnt; in wdt_counter_install_timeout()
170 data->alloc_cnt = MIN(ch_cnt, CONFIG_WDT_COUNTER_CH_COUNT); in wdt_counter_init()