Home
last modified time | relevance | path

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

/hal_nordic-latest/nrfx/drivers/src/
Dnrfx_usbd.c1631 uint32_t to_process = enabled; in nrfx_usbd_irq_handler() local
1635 while (to_process) in nrfx_usbd_irq_handler()
1637 uint8_t event_nr = (uint8_t)NRF_CTZ(to_process); in nrfx_usbd_irq_handler()
1643 to_process &= ~(1UL << event_nr); in nrfx_usbd_irq_handler()