Open FFBoard
Open source force feedback firmware
vendord_interface_t Struct Reference

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
 

Detailed Description

Definition at line 39 of file vendor_device.c.

Member Data Documentation

◆ epin_buf

CFG_TUD_MEM_ALIGN uint8_t vendord_interface_t::epin_buf[CFG_TUD_VENDOR_EPSIZE]

Definition at line 45 of file vendor_device.c.

◆ epout_buf

CFG_TUD_MEM_ALIGN uint8_t vendord_interface_t::epout_buf[CFG_TUD_VENDOR_EPSIZE]

Definition at line 44 of file vendor_device.c.

◆ ff_buf

uint8_t vendord_interface_t::ff_buf[CFG_TUD_VENDOR_RX_BUFSIZE]

Definition at line 50 of file vendor_device.c.

◆ itf_num

uint8_t vendord_interface_t::itf_num

Definition at line 40 of file vendor_device.c.

◆ 

struct { ... } vendord_interface_t::rx

◆ stream

tu_edpt_stream_t vendord_interface_t::stream

Definition at line 48 of file vendor_device.c.

◆ 

struct { ... } vendord_interface_t::tx

The documentation for this struct was generated from the following file: