Home
last modified time | relevance | path

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

/nrf52832-nimble/nordic/nrfx/drivers/src/
H A Dnrfx_wdt.c44 static uint8_t m_alloc_index; variable
105 NRFX_ASSERT(m_alloc_index != 0); in nrfx_wdt_enable()
119 for (uint8_t i = 0; i < m_alloc_index; i++) in nrfx_wdt_feed()
132 if (m_alloc_index < NRF_WDT_CHANNEL_NUMBER) in nrfx_wdt_channel_alloc()
134 *p_channel_id = (nrfx_wdt_channel_id)(NRF_WDT_RR0 + m_alloc_index); in nrfx_wdt_channel_alloc()
135 m_alloc_index++; in nrfx_wdt_channel_alloc()