Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/middleware/mcux-sdk-middleware-usb/output/source/device/
Dusb_device_ch9.c274 …error = USB_DeviceClassCallback(classHandle->handle, (uint32_t)kUSB_DeviceEventSetRemoteWakeup, &i… in USB_DeviceCh9SetClearFeature()
288 … error = USB_DeviceClassCallback(classHandle->handle, kUSB_DeviceEventSetBHNPEnable, &isSet); in USB_DeviceCh9SetClearFeature()
502 …error = USB_DeviceClassCallback(classHandle->handle, (uint32_t)kUSB_DeviceEventGetDeviceDescriptor, in USB_DeviceCh9GetDescriptor()
513 …error = USB_DeviceClassCallback(classHandle->handle, (uint32_t)kUSB_DeviceEventGetConfigurationDes… in USB_DeviceCh9GetDescriptor()
524 …error = USB_DeviceClassCallback(classHandle->handle, (uint32_t)kUSB_DeviceEventGetStringDescriptor, in USB_DeviceCh9GetDescriptor()
536 … error = USB_DeviceClassCallback(classHandle->handle, (uint32_t)kUSB_DeviceEventGetHidDescriptor, in USB_DeviceCh9GetDescriptor()
547 …error = USB_DeviceClassCallback(classHandle->handle, (uint32_t)kUSB_DeviceEventGetHidReportDescrip… in USB_DeviceCh9GetDescriptor()
558 …error = USB_DeviceClassCallback(classHandle->handle, (uint32_t)kUSB_DeviceEventGetHidPhysicalDescr… in USB_DeviceCh9GetDescriptor()
570 …error = USB_DeviceClassCallback(classHandle->handle, (uint32_t)kUSB_DeviceEventGetDeviceQualifierD… in USB_DeviceCh9GetDescriptor()
583 … error = USB_DeviceClassCallback(classHandle->handle, (uint32_t)kUSB_DeviceEventGetBOSDescriptor, in USB_DeviceCh9GetDescriptor()
[all …]
/hal_nxp-latest/mcux/middleware/mcux-sdk-middleware-usb/output/source/device/class/
Dusb_device_class.c387 usb_status_t USB_DeviceClassCallback(usb_device_handle handle, uint32_t event, void *param) in USB_DeviceClassCallback() function
465 error = USB_DeviceInit(controllerId, USB_DeviceClassCallback, &classHandle->handle); in USB_DeviceClassInit()
Dusb_device_class.h401 usb_status_t USB_DeviceClassCallback(usb_device_handle handle, uint32_t event, void *param);