Home
last modified time | relevance | path

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

/bsp/mm32/libraries/MM32F3270_HAL/MM32F3270_HAL_Driver/Inc/
A Dhal_usb.h102 } USB_Direction_Type; typedef
335 USB_Direction_Type USB_GetXferDirection(USB_Type * USBx);
/bsp/mm32/libraries/MM32F3270_HAL/MM32F3270_HAL_Driver/Src/
A Dhal_usb.c206 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