Home
last modified time | relevance | path

Searched refs:USB_DEVICE_INTERRUPT_PRIORITY (Results 1 – 2 of 2) sorted by relevance

/hal_nxp-latest/mcux/mcux-sdk/components/serial_manager/
Dfsl_component_serial_port_usb.h30 #ifndef USB_DEVICE_INTERRUPT_PRIORITY
31 #define USB_DEVICE_INTERRUPT_PRIORITY (25U) macro
35 #ifndef USB_DEVICE_INTERRUPT_PRIORITY
36 #define USB_DEVICE_INTERRUPT_PRIORITY (configLIBRARY_MAX_SYSCALL_INTERRUPT_PRIORITY) macro
43 #ifndef USB_DEVICE_INTERRUPT_PRIORITY
44 #define USB_DEVICE_INTERRUPT_PRIORITY (3U) macro
Dfsl_component_serial_port_usb.c819 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()