Home
last modified time | relevance | path

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

/btstack/port/stm32-f4discovery-usb/Middlewares/ST/STM32_USB_Host_Library/Class/HID/Inc/
H A Dusbh_hid.h192 uint8_t bNumDescriptors; /* specifies the transfer type. */ member
/btstack/port/stm32-f4discovery-usb/Middlewares/ST/STM32_USB_Host_Library/Class/HID/Src/
H A Dusbh_hid.c724 desc->bNumDescriptors = *(uint8_t *)((uint8_t *)pdesc + 5U); in USBH_HID_ParseHIDDesc()