Home
last modified time | relevance | path

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

/external/platform/nrfx/drivers/src/
A Dnrfx_wdt.c49 uint8_t alloc_index; member
110 NRFX_ASSERT(p_cb->alloc_index != 0); in nrfx_wdt_enable()
122 for (uint8_t i = 0; i < p_cb->alloc_index; i++) in nrfx_wdt_feed()
137 if (p_cb->alloc_index < NRF_WDT_CHANNEL_NUMBER) in nrfx_wdt_channel_alloc()
139 *p_channel_id = (nrfx_wdt_channel_id)(NRF_WDT_RR0 + p_cb->alloc_index); in nrfx_wdt_channel_alloc()
140 p_cb->alloc_index++; in nrfx_wdt_channel_alloc()

Completed in 3 milliseconds