Home
last modified time | relevance | path

Searched refs:USB_ENDPOINT_NUMBER_MASK (Results 1 – 8 of 8) sorted by relevance

/hal_nxp-latest/mcux/mcux-sdk/components/serial_manager/usb_cdc_adapter/
Dusb_device_descriptor.c400 (ptr1->endpoint.bEndpointAddress & USB_ENDPOINT_NUMBER_MASK))) in USB_DeviceSetSpeed()
409 (ptr1->endpoint.bEndpointAddress & USB_ENDPOINT_NUMBER_MASK))) in USB_DeviceSetSpeed()
416 (ptr1->endpoint.bEndpointAddress & USB_ENDPOINT_NUMBER_MASK))) in USB_DeviceSetSpeed()
430 (ptr1->endpoint.bEndpointAddress & USB_ENDPOINT_NUMBER_MASK))) in USB_DeviceSetSpeed()
439 (ptr1->endpoint.bEndpointAddress & USB_ENDPOINT_NUMBER_MASK))) in USB_DeviceSetSpeed()
446 (ptr1->endpoint.bEndpointAddress & USB_ENDPOINT_NUMBER_MASK))) in USB_DeviceSetSpeed()
/hal_nxp-latest/mcux/middleware/mcux-sdk-middleware-usb/device/
Dusb_device_dci.c258 uint8_t endpoint = endpointAddress & USB_ENDPOINT_NUMBER_MASK; in USB_DeviceTransfer()
594 uint8_t endpoint = message->code & USB_ENDPOINT_NUMBER_MASK; in USB_DeviceNotification()
701 if ((0U != (message->code & USB_ENDPOINT_NUMBER_MASK)) && (0U == (message->code & 0x70U))) in USB_DeviceNotificationTrigger()
982 …(endpointAddress & USB_ENDPOINT_NUMBER_MASK) | (USB_IN << USB_DESCRIPTOR_ENDPOINT_ADDRESS_DIRECTIO… in USB_DeviceSendRequest()
1014 …(endpointAddress & USB_ENDPOINT_NUMBER_MASK) | (USB_OUT << USB_DESCRIPTOR_ENDPOINT_ADDRESS_DIRECTI… in USB_DeviceRecvRequest()
1087 endpoint = epInit->endpointAddress & USB_ENDPOINT_NUMBER_MASK; in USB_DeviceInitEndpoint()
1122 uint8_t endpoint = endpointAddress & USB_ENDPOINT_NUMBER_MASK; in USB_DeviceDeinitEndpoint()
1175 if ((endpointAddress & USB_ENDPOINT_NUMBER_MASK) < USB_DEVICE_CONFIG_ENDPOINTS) in USB_DeviceStallEndpoint()
1200 if ((endpointAddress & USB_ENDPOINT_NUMBER_MASK) < USB_DEVICE_CONFIG_ENDPOINTS) in USB_DeviceUnstallEndpoint()
Dusb_device_khci.c280 uint8_t endpoint = (epInit->endpointAddress & USB_ENDPOINT_NUMBER_MASK); in USB_DeviceKhciEndpointInit()
387 uint8_t endpoint = (ep & USB_ENDPOINT_NUMBER_MASK); in USB_DeviceKhciEndpointDeinit()
423 uint8_t endpoint = ep & USB_ENDPOINT_NUMBER_MASK; in USB_DeviceKhciEndpointStall()
547 uint8_t endpoint = ep & USB_ENDPOINT_NUMBER_MASK; in USB_DeviceKhciEndpointUnstall()
1336 …ndex = (((uint32_t)endpointAddress & USB_ENDPOINT_NUMBER_MASK) << 1U) |… in USB_DeviceKhciSend()
1357 …tus = USB_DeviceKhciEndpointTransfer(khciState, endpointAddress & USB_ENDPOINT_NUMBER_MASK, USB_IN, in USB_DeviceKhciSend()
1365 (USB_CONTROL_ENDPOINT == (endpointAddress & USB_ENDPOINT_NUMBER_MASK))) in USB_DeviceKhciSend()
1398 uint32_t index = (((uint32_t)endpointAddress & USB_ENDPOINT_NUMBER_MASK) << 1U) | USB_OUT; in USB_DeviceKhciRecv()
1401 if ((0U == length) && (USB_CONTROL_ENDPOINT == (endpointAddress & USB_ENDPOINT_NUMBER_MASK))) in USB_DeviceKhciRecv()
1437 …us = USB_DeviceKhciEndpointTransfer(khciState, endpointAddress & USB_ENDPOINT_NUMBER_MASK, USB_OUT, in USB_DeviceKhciRecv()
[all …]
Dusb_device_ehci.c247 uint32_t primeBit = 1UL << ((epInit->endpointAddress & USB_ENDPOINT_NUMBER_MASK) + in USB_DeviceEhciEndpointInit()
250 uint8_t endpoint = (epInit->endpointAddress & USB_ENDPOINT_NUMBER_MASK); in USB_DeviceEhciEndpointInit()
339 …1UL << ((ep & USB_ENDPOINT_NUMBER_MASK) + ((ep & USB_DESCRIPTOR_ENDPOINT_ADDRESS_DIRECTION_MASK) >… in USB_DeviceEhciEndpointDeinit()
340 uint8_t endpoint = (ep & USB_ENDPOINT_NUMBER_MASK); in USB_DeviceEhciEndpointDeinit()
394 uint8_t endpoint = ep & USB_ENDPOINT_NUMBER_MASK; in USB_DeviceEhciEndpointStall()
444 uint8_t endpoint = ep & USB_ENDPOINT_NUMBER_MASK; in USB_DeviceEhciEndpointUnstall()
1061 uint32_t index = (((uint32_t)endpointAddress & USB_ENDPOINT_NUMBER_MASK) << 1U) |
1064 uint32_t primeBit = 1UL << ((endpointAddress & USB_ENDPOINT_NUMBER_MASK) +
1198 if ((USB_CONTROL_ENDPOINT == (endpointAddress & USB_ENDPOINT_NUMBER_MASK)) &&
1202 uint8_t setupindex = ((endpointAddress & USB_ENDPOINT_NUMBER_MASK) * 2U);
[all …]
Dusb_device_lpcip3511.c569 if ((epInit->endpointAddress & USB_ENDPOINT_NUMBER_MASK) == USB_CONTROL_ENDPOINT) in USB_DeviceLpc3511IpEndpointInit()
726 if ((ep & USB_ENDPOINT_NUMBER_MASK) == USB_CONTROL_ENDPOINT) in USB_DeviceLpc3511IpEndpointStall()
760 if ((ep & USB_ENDPOINT_NUMBER_MASK) != USB_CONTROL_ENDPOINT) in USB_DeviceLpc3511IpEndpointStall()
831 if ((ep & USB_ENDPOINT_NUMBER_MASK) != USB_CONTROL_ENDPOINT) in USB_DeviceLpc3511IpEndpointUnstall()
2110 if ((0U == length) && (USB_CONTROL_ENDPOINT == (endpointAddress & USB_ENDPOINT_NUMBER_MASK))) in USB_DeviceLpc3511IpSend()
2394 if ((((endpointStatus->endpointAddress) & USB_ENDPOINT_NUMBER_MASK)) < in USB_DeviceLpc3511IpControl()
2444 if ((((endpointStatus->endpointAddress) & USB_ENDPOINT_NUMBER_MASK)) < in USB_DeviceLpc3511IpControl()
Dusb_device_mcux_drv_port.h16 #define USB_ENDPOINT_NUMBER_MASK (0x0FU) macro
Dusb_device.h76 #define USB_ENDPOINT_NUMBER_MASK (0x0FU) macro
/hal_nxp-latest/mcux/middleware/mcux-sdk-middleware-usb/output/source/device/
Dusb_device_ch9.c191 if ((USB_CONTROL_ENDPOINT != (setup->wIndex & USB_ENDPOINT_NUMBER_MASK)) && in USB_DeviceCh9GetStatus()
301 if ((USB_CONTROL_ENDPOINT != (setup->wIndex & USB_ENDPOINT_NUMBER_MASK)) && in USB_DeviceCh9SetClearFeature()
322 if (USB_CONTROL_ENDPOINT == (setup->wIndex & USB_ENDPOINT_NUMBER_MASK)) in USB_DeviceCh9SetClearFeature()