Open FFBoard
Open source force feedback firmware
Loading...
Searching...
No Matches
Descriptors

Variables

const uint8_t hid_2ffb_desc [USB_HID_2FFB_REPORT_DESC_SIZE]
 
const uint8_t hid_2ffb_desc_32b [USB_HID_2FFB_REPORT_DESC_32B_SIZE]
 
const uint8_t hid_1ffb_desc [USB_HID_1FFB_REPORT_DESC_SIZE]
 
const uint8_t hid_1ffb_desc_32b [USB_HID_1FFB_REPORT_DESC_32B_SIZE]
 
const uint8_t hid_gamepad_desc [USB_HID_GAMEPAD_REPORT_DESC_SIZE]
 
const uint8_t hid_gamepad_desc_32b [USB_HID_GAMEPAD_REPORT_DESC_32B_SIZE]
 

Detailed Description

Contains definitions of different HID descriptor parts *

Variable Documentation

◆ 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

Definition at line 233 of file usb_hid_1ffb_desc.c.

◆ 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

Definition at line 689 of file usb_hid_2ffb_desc.c.

◆ 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.