Searched refs:USB_OTG_HCCHAR_CHDIS (Results 1 – 3 of 3) sorted by relevance
1469 tmpreg &= ~USB_OTG_HCCHAR_CHDIS; in USB_HC_StartXfer()1553 USBx_HC(hcnum)->HCCHAR |= USB_OTG_HCCHAR_CHDIS; in USB_HC_Halt()1576 USBx_HC(hcnum)->HCCHAR |= USB_OTG_HCCHAR_CHDIS; in USB_HC_Halt()1620 tmpreg &= ~USB_OTG_HCCHAR_CHDIS; in USB_DoPing()1650 value |= USB_OTG_HCCHAR_CHDIS; in USB_StopHost()1660 value |= USB_OTG_HCCHAR_CHDIS; in USB_StopHost()
1272 tmpreg &= ~USB_OTG_HCCHAR_CHDIS; in HCD_HC_IN_IRQHandler()1281 tmpreg &= ~USB_OTG_HCCHAR_CHDIS; in HCD_HC_IN_IRQHandler()1464 tmpreg &= ~USB_OTG_HCCHAR_CHDIS; in HCD_HC_OUT_IRQHandler()1518 tmpreg &= ~USB_OTG_HCCHAR_CHDIS; in HCD_RXQLVL_IRQHandler()
17250 #define USB_OTG_HCCHAR_CHDIS USB_OTG_HCCHAR_CHDIS_Msk /*!< Channel disable… macro