Searched refs:USB_OTG_HCCHAR_EPDIR (Results 1 – 3 of 3) sorted by relevance
1393 HCcharEpDir = (0x1U << 15) & USB_OTG_HCCHAR_EPDIR; in USB_HC_Init()1474 tmpreg |= USB_OTG_HCCHAR_EPDIR; in USB_HC_StartXfer()1478 tmpreg &= ~USB_OTG_HCCHAR_EPDIR; in USB_HC_StartXfer()1559 USBx_HC(hcnum)->HCCHAR &= ~USB_OTG_HCCHAR_EPDIR; in USB_HC_Halt()1582 USBx_HC(hcnum)->HCCHAR &= ~USB_OTG_HCCHAR_EPDIR; in USB_HC_Halt()1652 value &= ~USB_OTG_HCCHAR_EPDIR; in USB_StopHost()1662 value &= ~USB_OTG_HCCHAR_EPDIR; in USB_StopHost()
582 if ((USBx_HC(i)->HCCHAR & USB_OTG_HCCHAR_EPDIR) == USB_OTG_HCCHAR_EPDIR) in HAL_HCD_IRQHandler()
17218 #define USB_OTG_HCCHAR_EPDIR USB_OTG_HCCHAR_EPDIR_Msk /*!< Endpoint direct… macro