Home
last modified time | relevance | path

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

/hal_nxp-3.5.0/mcux/middleware/mcux-sdk-middleware-usb/host/
Dusb_host_ohci.h473 volatile uint8_t isrLevel; /*!< The disable deep of the ISR */ member
Dusb_host_ip3516hs.h612 volatile uint8_t isrLevel; /*!< The disable deep of the ISR */ member
Dusb_host_ohci.c67 if (0U == usbHostState->isrLevel) in USB_HostOhciDisableIsr()
71 usbHostState->isrLevel++; in USB_HostOhciDisableIsr()
81 usbHostState->isrLevel--; in USB_HostOhciEnableIsr()
82 if (0U == usbHostState->isrLevel) in USB_HostOhciEnableIsr()
Dusb_host_ip3516hs.c314 if (0U == usbHostState->isrLevel) in USB_HostOhciDisableIsr()
318 usbHostState->isrLevel++; in USB_HostOhciDisableIsr()
328 usbHostState->isrLevel--; in USB_HostOhciEnableIsr()
329 if (0U == usbHostState->isrLevel) in USB_HostOhciEnableIsr()