Home
last modified time | relevance | path

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

/components/drivers/usb/cherryusb/port/nrf5x/
A Dusb_dc_nrf5x.c617 for (uint8_t ep_out_ct = 1; ep_out_ct <= 7; ep_out_ct++) in USBD_IRQHandler() local
619 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