Contains definitions of different HID descriptor parts *
◆ hid_1ffb_desc
| const uint8_t hid_1ffb_desc[USB_HID_1FFB_REPORT_DESC_SIZE] |
|
extern |
◆ hid_1ffb_desc_32b
| __ALIGN_BEGIN const uint8_t hid_1ffb_desc_32b |
|
extern |
◆ hid_2ffb_desc
| const uint8_t hid_2ffb_desc[USB_HID_2FFB_REPORT_DESC_SIZE] |
|
extern |
◆ hid_2ffb_desc_32b
| __ALIGN_BEGIN const uint8_t hid_2ffb_desc_32b |
|
extern |
◆ hid_gamepad_desc
| const uint8_t hid_gamepad_desc[USB_HID_GAMEPAD_REPORT_DESC_SIZE] |
|
extern |
◆ hid_gamepad_desc_32b
| __ALIGN_BEGIN const uint8_t hid_gamepad_desc_32b |
|
extern |
Initial value:=
{
0x05, 0x01,
0x09, 0x04,
0xa1, 0x01,
HIDDESC_GAMEPAD_32B,
HIDDESC_CTRL_REPORTS,
0xC0
}
USB HID descriptor containing a gamepad definition and the vendor defined reports but no PID FFB
Definition at line 36 of file usb_hid_gamepad.c.