Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/middleware/mcux-sdk-middleware-usb/device/
Dusb_device_khci.c52 static usb_status_t USB_DeviceKhciEndpointDeinit(usb_device_khci_state_struct_t *khciState, uint8_t…
385 static usb_status_t USB_DeviceKhciEndpointDeinit(usb_device_khci_state_struct_t *khciState, uint8_t… in USB_DeviceKhciEndpointDeinit() function
1562 status = USB_DeviceKhciEndpointDeinit(khciState, *temp8); in USB_DeviceKhciControl()
1643 …if ((kStatus_USB_Success != USB_DeviceKhciEndpointDeinit(khciState, (count | (USB_IN << 0x07U)))) … in USB_DeviceKhciControl()
1644 … (kStatus_USB_Success != USB_DeviceKhciEndpointDeinit(khciState, (count | (USB_OUT << 0x07U))))) in USB_DeviceKhciControl()
1649 (void)USB_DeviceKhciEndpointDeinit(khciState, (count | (USB_IN << 0x07U))); in USB_DeviceKhciControl()
1650 (void)USB_DeviceKhciEndpointDeinit(khciState, (count | (USB_OUT << 0x07U))); in USB_DeviceKhciControl()