Searched refs:USB_Direction_Type (Results 1 – 2 of 2) sorted by relevance
102 } USB_Direction_Type; typedef335 USB_Direction_Type USB_GetXferDirection(USB_Type * USBx);
206 USB_Direction_Type USB_GetXferDirection(USB_Type * USBx) in USB_GetXferDirection()208 return (USB_Direction_Type)( (USBx->STAT & USB_STAT_TX_MASK) >> USB_STAT_TX_SHIFT); in USB_GetXferDirection()
Completed in 10 milliseconds