embassy-usb-host

Crates

git

Versions

default

Flavors

get_hid_report_descriptor

Function get_hid_report_descriptor 

Source
pub fn get_hid_report_descriptor(interface: u8, len: u16) -> [u8; 8]
Expand description

Build a GET_DESCRIPTOR(HID Report Descriptor) SETUP packet (Standard, Interface).

interface is the HID interface number; len is from HidInfo::report_descriptor_len.