Lines Matching refs:endpointAddress
280 uint8_t endpoint = (epInit->endpointAddress & USB_ENDPOINT_NUMBER_MASK); in USB_DeviceKhciEndpointInit()
281 …uint8_t direction = (epInit->endpointAddress & USB_DESCRIPTOR_ENDPOINT_ADDRESS_DIRECTION_MASK… in USB_DeviceKhciEndpointInit()
1331 uint8_t endpointAddress, in USB_DeviceKhciSend() argument
1336 …uint32_t index = (((uint32_t)endpointAddress & USB_ENDPOINT_NUMBER_MASK… in USB_DeviceKhciSend()
1357 …status = USB_DeviceKhciEndpointTransfer(khciState, endpointAddress & USB_ENDPOINT_NUMBER_MASK, USB… in USB_DeviceKhciSend()
1365 (USB_CONTROL_ENDPOINT == (endpointAddress & USB_ENDPOINT_NUMBER_MASK))) in USB_DeviceKhciSend()
1393 uint8_t endpointAddress, in USB_DeviceKhciRecv() argument
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 …status = USB_DeviceKhciEndpointTransfer(khciState, endpointAddress & USB_ENDPOINT_NUMBER_MASK, USB… in USB_DeviceKhciRecv()
1597 … if (((endpointStatus->endpointAddress) & USB_ENDPOINT_NUMBER_MASK) < USB_DEVICE_CONFIG_ENDPOINTS) in USB_DeviceKhciControl()
1601 … ->endpointState[(((endpointStatus->endpointAddress) & USB_ENDPOINT_NUMBER_MASK) << 1U) | in USB_DeviceKhciControl()
1602 (((endpointStatus->endpointAddress) & in USB_DeviceKhciControl()