Home
last modified time | relevance | path

Searched refs:USBD_DisableInterrupt (Results 1 – 3 of 3) sorted by relevance

/bsp/apm32/libraries/APM32F0xx_Library/USB_Device_Lib/Core_Device/Standard/src/
A Dusbd_init.c156 USBD_DisableInterrupt(USBD_INT_ALL); in USBD_PowerOn()
171 USBD_DisableInterrupt(USBD_INT_ALL); in USBD_PowerOff()
/bsp/apm32/libraries/APM32E10x_Library/APM32E10x_StdPeriphDriver/inc/
A Dapm32e10x_usb.h202 #define USBD_DisableInterrupt(int) (USBD->CTRL &= (uint32_t)~int) macro
/bsp/apm32/libraries/APM32F0xx_Library/USB_Device_Lib/Driver/inc/
A Ddrv_usb_device.h220 #define USBD_DisableInterrupt(int) (USBD->CTRL &= (uint32_t)~int) macro

Completed in 7 milliseconds