Home
last modified time | relevance | path

Searched refs:USB_DESCRIPTOR_ENDPOINT_MAXPACKETSIZE_SIZE_MASK (Results 1 – 5 of 5) sorted by relevance

/bsp/nxp/imx/imx6ull-smart/drivers/usb/include/
A Dusb_spec.h179 #define USB_DESCRIPTOR_ENDPOINT_MAXPACKETSIZE_SIZE_MASK (0x07FFu) macro
/bsp/nxp/imx/imxrt/libraries/drivers/usb/include/
A Dusb_spec.h185 #define USB_DESCRIPTOR_ENDPOINT_MAXPACKETSIZE_SIZE_MASK (0x07FFu) macro
/bsp/nxp/imx/imxrt/libraries/drivers/
A Ddrv_usbh.c330 …maxPacketSize = (uint16_t)(pipe->ep.wMaxPacketSize & USB_DESCRIPTOR_ENDPOINT_MAXPACKETSIZE_SIZE_MA… in _ehci0_open_pipe()
608 …maxPacketSize = (uint16_t)(pipe->ep.wMaxPacketSize & USB_DESCRIPTOR_ENDPOINT_MAXPACKETSIZE_SIZE_MA… in _ehci1_open_pipe()
/bsp/nxp/imx/imx6ull-smart/drivers/usb/device/
A Dusb_device_ehci.c247 … uint16_t maxPacketSize = epInit->maxPacketSize & USB_DESCRIPTOR_ENDPOINT_MAXPACKETSIZE_SIZE_MASK; in USB_DeviceEhciEndpointInit()
/bsp/nxp/imx/imxrt/libraries/drivers/usb/device/
A Dusb_device_ehci.c240 … uint16_t maxPacketSize = epInit->maxPacketSize & USB_DESCRIPTOR_ENDPOINT_MAXPACKETSIZE_SIZE_MASK; in USB_DeviceEhciEndpointInit()

Completed in 19 milliseconds