![]() |
Open FFBoard
Open source force feedback firmware
|
Public Attributes | |
uint8_t | itf_num |
CFG_TUD_MEM_ALIGN uint8_t | epout_buf [CFG_TUD_VENDOR_EPSIZE] |
CFG_TUD_MEM_ALIGN uint8_t | epin_buf [CFG_TUD_VENDOR_EPSIZE] |
struct { | |
tu_edpt_stream_t stream | |
uint8_t ff_buf [CFG_TUD_VENDOR_TX_BUFSIZE] | |
} | tx |
struct { | |
tu_edpt_stream_t stream | |
uint8_t ff_buf [CFG_TUD_VENDOR_RX_BUFSIZE] | |
} | rx |
Definition at line 39 of file vendor_device.c.
CFG_TUD_MEM_ALIGN uint8_t vendord_interface_t::epin_buf[CFG_TUD_VENDOR_EPSIZE] |
Definition at line 45 of file vendor_device.c.
CFG_TUD_MEM_ALIGN uint8_t vendord_interface_t::epout_buf[CFG_TUD_VENDOR_EPSIZE] |
Definition at line 44 of file vendor_device.c.
uint8_t vendord_interface_t::ff_buf[CFG_TUD_VENDOR_RX_BUFSIZE] |
Definition at line 50 of file vendor_device.c.
uint8_t vendord_interface_t::itf_num |
Definition at line 40 of file vendor_device.c.
struct { ... } vendord_interface_t::rx |
tu_edpt_stream_t vendord_interface_t::stream |
Definition at line 48 of file vendor_device.c.
struct { ... } vendord_interface_t::tx |