Searched refs:USB_OTG_DIEPCTL_STALL (Results 1 – 3 of 3) sorted by relevance
794 USBx_INEP(epnum)->DIEPCTL |= USB_OTG_DIEPCTL_STALL; in USB_EPSetStall()821 USBx_INEP(epnum)->DIEPCTL &= ~USB_OTG_DIEPCTL_STALL; in USB_EPClearStall()
1272 USBx_INEP(i)->DIEPCTL &= ~USB_OTG_DIEPCTL_STALL; in HAL_PCD_IRQHandler()
17645 #define USB_OTG_DIEPCTL_STALL USB_OTG_DIEPCTL_STALL_Msk /*!< STALL handshake… macro