Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/middleware/mcux-sdk-middleware-usb/output/source/device/class/
Dusb_device_hid.c323 report.reportLength = 0U; in USB_DeviceHidEvent()
536 controlRequest->length = report.reportLength; in USB_DeviceHidEvent()
576 report.reportLength = controlRequest->length; in USB_DeviceHidEvent()
582 controlRequest->length = report.reportLength; in USB_DeviceHidEvent()
587 report.reportLength = controlRequest->length; in USB_DeviceHidEvent()
Dusb_device_hid.h83 uint32_t reportLength; /*!< The report data length */ member