Home
last modified time | relevance | path

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

/hal_nxp-3.5.0/mcux/middleware/mcux-sdk-middleware-usb/host/class/
Dusb_host_hid.h349 uint8_t reportType,
375 uint8_t reportType,
Dusb_host_hid.c784 uint8_t reportType, in USB_HostHidGetReport() argument
792 …USB_HOST_HID_GET_REPORT, reportId, reportType, (uint16_t)bufferLength, buffer, callbackFn, callbac… in USB_HostHidGetReport()
797 uint8_t reportType, in USB_HostHidSetReport() argument
805 …USB_HOST_HID_SET_REPORT, reportId, reportType, (uint16_t)bufferLength, buffer, callbackFn, callbac… in USB_HostHidSetReport()
/hal_nxp-3.5.0/mcux/middleware/mcux-sdk-middleware-usb/output/source/device/class/
Dusb_device_hid.h84 uint8_t reportType; /*!< The report type */ member
Dusb_device_hid.c529 … report.reportType = (uint8_t)((controlRequest->setup->wValue & 0xFF00U) >> 0x08U); in USB_DeviceHidEvent()
572 … report.reportType = (uint8_t)((controlRequest->setup->wValue & 0xFF00U) >> 0x08U); in USB_DeviceHidEvent()