Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/middleware/mcux-sdk-middleware-usb/device/
Dusb_device_dci.c56 static usb_status_t USB_DeviceControl(usb_device_handle handle, usb_device_control_type_t type, voi…
325 static usb_status_t USB_DeviceControl(usb_device_handle handle, usb_device_control_type_t type, voi… in USB_DeviceControl() function
384 status = USB_DeviceControl(handle, kUSB_DeviceControlSetDefaultStatus, NULL); in USB_DeviceResetNotification()
390 (void)USB_DeviceControl(handle, kUSB_DeviceControlSetDefaultStatus, NULL); in USB_DeviceResetNotification()
875 return USB_DeviceControl(handle, kUSB_DeviceControlRun, NULL); in USB_DeviceRun()
891 return USB_DeviceControl(handle, kUSB_DeviceControlStop, NULL); in USB_DeviceStop()
1102 return USB_DeviceControl(handle, kUSB_DeviceControlEndpointInit, epInit); in USB_DeviceInitEndpoint()
1139 status = USB_DeviceControl(handle, kUSB_DeviceControlEndpointDeinit, &endpointAddress); in USB_DeviceDeinitEndpoint()
1177 return USB_DeviceControl(handle, kUSB_DeviceControlEndpointStall, &endpointAddress); in USB_DeviceStallEndpoint()
1202 return USB_DeviceControl(handle, kUSB_DeviceControlEndpointUnstall, &endpointAddress); in USB_DeviceUnstallEndpoint()
[all …]