Home
last modified time | relevance | path

Searched refs:isrNumber (Results 1 – 4 of 4) sorted by relevance

/hal_nxp-3.5.0/mcux/middleware/mcux-sdk-middleware-usb/host/
Dusb_host_ohci.h469 uint8_t isrNumber; /*!< ISR Number */ member
Dusb_host_ip3516hs.h611 uint8_t isrNumber; /*!< ISR Number */ member
Dusb_host_ohci.c69 NVIC_DisableIRQ((IRQn_Type)usbHostState->isrNumber); in USB_HostOhciDisableIsr()
84 NVIC_EnableIRQ((IRQn_Type)usbHostState->isrNumber); in USB_HostOhciEnableIsr()
2229 usbHostState->isrNumber = (uint8_t)usb_irq[usbHostState->controllerId]; in USB_HostOhciCreate()
Dusb_host_ip3516hs.c316 NVIC_DisableIRQ((IRQn_Type)usbHostState->isrNumber); in USB_HostOhciDisableIsr()
331 NVIC_EnableIRQ((IRQn_Type)usbHostState->isrNumber); in USB_HostOhciEnableIsr()
3432 usbHostState->isrNumber = (uint8_t)usb_irq[usbHostState->controllerId]; in USB_HostIp3516HsCreate()