Searched refs:ep_out_ct (Results 1 – 1 of 1) sorted by relevance
617 for (uint8_t ep_out_ct = 1; ep_out_ct <= 7; ep_out_ct++) in USBD_IRQHandler() local619 if ((NRF_USBD->EPDATASTATUS) & (1 << (16 + ep_out_ct))) in USBD_IRQHandler()621 NRF_USBD->EPDATASTATUS |= (1 << (16 + ep_out_ct)); in USBD_IRQHandler()623 NRF_USBD->TASKS_STARTEPOUT[ep_out_ct] = 1; in USBD_IRQHandler()
Completed in 4 milliseconds