Home
last modified time | relevance | path

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

/dports/comms/hackrf-devel/hackrf-ee44d2d62e2dd24648599172f90fc8fc2e3b3cc3/firmware/common/
H A Dusb.c594 const uint32_t endptcomplete_in_bit = USB0_ENDPTCOMPLETE_ETCE(1 << i); in usb_check_for_transfer_events() local
595 if( endptcomplete & endptcomplete_in_bit ) { in usb_check_for_transfer_events()
596 usb_clear_endpoint_complete(endptcomplete_in_bit); in usb_check_for_transfer_events()
/dports/comms/hackrf/hackrf-31a37bd/firmware/common/
H A Dusb.c595 const uint32_t endptcomplete_in_bit = USB0_ENDPTCOMPLETE_ETCE(1 << i); in usb_check_for_transfer_events() local
596 if( endptcomplete & endptcomplete_in_bit ) { in usb_check_for_transfer_events()
597 usb_clear_endpoint_complete(endptcomplete_in_bit); in usb_check_for_transfer_events()