Searched refs:USBD_DisableInterrupt (Results 1 – 3 of 3) sorted by relevance
156 USBD_DisableInterrupt(USBD_INT_ALL); in USBD_PowerOn()171 USBD_DisableInterrupt(USBD_INT_ALL); in USBD_PowerOff()
202 #define USBD_DisableInterrupt(int) (USBD->CTRL &= (uint32_t)~int) macro
220 #define USBD_DisableInterrupt(int) (USBD->CTRL &= (uint32_t)~int) macro
Completed in 7 milliseconds