Searched refs:USB_OTG_HCCHAR_EPTYP (Results 1 – 2 of 2) sorted by relevance
1411 (((uint32_t)ep_type << 18) & USB_OTG_HCCHAR_EPTYP) | in USB_HC_Init()1548 uint32_t HcEpType = (USBx_HC(hcnum)->HCCHAR & USB_OTG_HCCHAR_EPTYP) >> 18; in USB_HC_Halt()
17225 #define USB_OTG_HCCHAR_EPTYP USB_OTG_HCCHAR_EPTYP_Msk /*!< Endpoint type */ macro