Home
last modified time | relevance | path

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

/bsp/nxp/imx/imx6ull-smart/drivers/usb/device/
A Dusb_device_ehci.h80 uint8_t isSuspending; /*!< Is suspending of the PORT */ member
A Dusb_device_ehci.c796 … if ((ehciState->isSuspending) && (!(ehciState->registerBase->PORTSC1 & USBHS_PORTSC1_SUSP_MASK))) in USB_DeviceEhciInterruptPortChange()
799 ehciState->isSuspending = 0U; in USB_DeviceEhciInterruptPortChange()
1572 ehciState->isSuspending = 1U; in USB_DeviceEhciControl()
/bsp/nxp/imx/imxrt/libraries/drivers/usb/device/
A Dusb_device_ehci.h80 uint8_t isSuspending; /*!< Is suspending of the PORT */ member
A Dusb_device_ehci.c789 … if ((ehciState->isSuspending) && (!(ehciState->registerBase->PORTSC1 & USBHS_PORTSC1_SUSP_MASK))) in USB_DeviceEhciInterruptPortChange()
792 ehciState->isSuspending = 0U; in USB_DeviceEhciInterruptPortChange()
1535 ehciState->isSuspending = 1U; in USB_DeviceEhciControl()

Completed in 25 milliseconds