Searched refs:isrLevel (Results 1 – 4 of 4) sorted by relevance
473 volatile uint8_t isrLevel; /*!< The disable deep of the ISR */ member
612 volatile uint8_t isrLevel; /*!< The disable deep of the ISR */ member
67 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()
314 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()