Searched refs:USB_DEVICE_INTERRUPT_PRIORITY (Results 1 – 2 of 2) sorted by relevance
30 #ifndef USB_DEVICE_INTERRUPT_PRIORITY31 #define USB_DEVICE_INTERRUPT_PRIORITY (25U) macro35 #ifndef USB_DEVICE_INTERRUPT_PRIORITY36 #define USB_DEVICE_INTERRUPT_PRIORITY (configLIBRARY_MAX_SYSCALL_INTERRUPT_PRIORITY) macro43 #ifndef USB_DEVICE_INTERRUPT_PRIORITY44 #define USB_DEVICE_INTERRUPT_PRIORITY (3U) macro
819 GIC_SetPriority((IRQn_Type)serialUsbCdc->irqNumber, USB_DEVICE_INTERRUPT_PRIORITY); in USB_DeviceIsrEnable()821 NVIC_SetPriority((IRQn_Type)serialUsbCdc->irqNumber, USB_DEVICE_INTERRUPT_PRIORITY); in USB_DeviceIsrEnable()