Searched refs:to_process (Results 1 – 1 of 1) sorted by relevance
1631 uint32_t to_process = enabled; in nrfx_usbd_irq_handler() local1635 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()