Home
last modified time | relevance | path

Searched refs:deviceSpeed (Results 1 – 3 of 3) sorted by relevance

/hal_nxp-3.6.0/mcux/middleware/mcux-sdk-middleware-usb/device/
Dusb_device_lpcip3511.h169 uint8_t deviceSpeed; /*!< some controller support the HS */ member
Dusb_device_lpcip3511.c1426 lpc3511IpState->deviceSpeed = USB_SPEED_HIGH; in USB_DeviceLpc3511IpInterruptReset()
1431 lpc3511IpState->deviceSpeed = USB_SPEED_FULL; in USB_DeviceLpc3511IpInterruptReset()
1441 lpc3511IpState->deviceSpeed = USB_SPEED_FULL; in USB_DeviceLpc3511IpInterruptReset()
2492 *((uint8_t *)param) = lpc3511IpState->deviceSpeed; in USB_DeviceLpc3511IpControl()
2538 …if (USB_SPEED_HIGH == lpc3511IpState->deviceSpeed) /* if high speed, change to use microframe coun… in USB_DeviceLpc3511IpControl()
/hal_nxp-3.6.0/mcux/middleware/mcux-sdk-middleware-usb/host/
Dusb_host_khci.h198 uint8_t deviceSpeed; /*!< Device speed*/ member