Searched refs:DEACHMSK (Results 1 – 3 of 3) sorted by relevance
460 USBx_DEVICE->DEACHMSK |= USB_OTG_DAINTMSK_IEPM & ((1 << (ep->num))); in USB_ActivateDedicatedEndpoint()475 USBx_DEVICE->DEACHMSK |= USB_OTG_DAINTMSK_OEPM & ((1 << (ep->num)) << 16); in USB_ActivateDedicatedEndpoint()491 USBx_DEVICE->DEACHMSK &= ~(USB_OTG_DAINTMSK_IEPM & ((1 << (ep->num)))); in USB_DeactivateEndpoint()497 USBx_DEVICE->DEACHMSK &= ~(USB_OTG_DAINTMSK_OEPM & ((1 << (ep->num)) << 16)); in USB_DeactivateEndpoint()
1073 __IO uint32_t DEACHMSK; /* dedicated EP msk 83Ch*/ member