Searched refs:hcint_value (Results 1 – 1 of 1) sorted by relevance
161 if( hcint_value & USB_OTG_HC_ACK_FLAG) in usbh_hch_in_handler()165 else if(hcint_value & USB_OTG_HC_STALL_FLAG) in usbh_hch_in_handler()172 else if(hcint_value & USB_OTG_HC_DTGLERR_FLAG) in usbh_hch_in_handler()186 else if(hcint_value & USB_OTG_HC_XFERC_FLAG) in usbh_hch_in_handler()226 else if(hcint_value & USB_OTG_HC_CHHLTD_FLAG) in usbh_hch_in_handler()273 else if(hcint_value & USB_OTG_HC_NAK_FLAG) in usbh_hch_in_handler()297 else if(hcint_value & USB_OTG_HC_BBLERR_FLAG) in usbh_hch_in_handler()315 if( hcint_value & USB_OTG_HC_ACK_FLAG) in usbh_hch_out_handler()334 else if( hcint_value & USB_OTG_HC_XFERC_FLAG) in usbh_hch_out_handler()357 else if(hcint_value & USB_OTG_HC_NYET_FLAG) in usbh_hch_out_handler()[all …]
Completed in 8 milliseconds