FTDI eeprom structure. More...
#include <ftdi.h>
Public Attributes | |
| int | vendor_id |
| int | product_id |
| int | self_powered |
| int | remote_wakeup |
| int | BM_type_chip |
| int | in_is_isochronous |
| int | out_is_isochronous |
| int | suspend_pull_downs |
| int | use_serial |
| int | change_usb_version |
| int | usb_version |
| int | max_power |
| char * | manufacturer |
| char * | product |
| char * | serial |
| int | size |
FTDI eeprom structure.
Definition at line 235 of file ftdi.h.
vendor id
Definition at line 238 of file ftdi.h.
Referenced by ftdi_eeprom_build(), ftdi_eeprom_decode(), and ftdi_eeprom_initdefaults().
product id
Definition at line 240 of file ftdi.h.
Referenced by ftdi_eeprom_build(), ftdi_eeprom_decode(), and ftdi_eeprom_initdefaults().
self powered
Definition at line 243 of file ftdi.h.
Referenced by ftdi_eeprom_build(), ftdi_eeprom_decode(), and ftdi_eeprom_initdefaults().
remote wakeup
Definition at line 245 of file ftdi.h.
Referenced by ftdi_eeprom_build(), ftdi_eeprom_decode(), and ftdi_eeprom_initdefaults().
chip type
Definition at line 247 of file ftdi.h.
Referenced by ftdi_eeprom_build(), ftdi_eeprom_decode(), and ftdi_eeprom_initdefaults().
input in isochronous transfer mode
Definition at line 250 of file ftdi.h.
Referenced by ftdi_eeprom_build(), ftdi_eeprom_decode(), and ftdi_eeprom_initdefaults().
output in isochronous transfer mode
Definition at line 252 of file ftdi.h.
Referenced by ftdi_eeprom_build(), ftdi_eeprom_decode(), and ftdi_eeprom_initdefaults().
suspend pull downs
Definition at line 254 of file ftdi.h.
Referenced by ftdi_eeprom_build(), ftdi_eeprom_decode(), and ftdi_eeprom_initdefaults().
use serial
Definition at line 257 of file ftdi.h.
Referenced by ftdi_eeprom_build(), ftdi_eeprom_decode(), and ftdi_eeprom_initdefaults().
fake usb version
Definition at line 259 of file ftdi.h.
Referenced by ftdi_eeprom_build(), ftdi_eeprom_decode(), and ftdi_eeprom_initdefaults().
usb version
Definition at line 261 of file ftdi.h.
Referenced by ftdi_eeprom_build(), ftdi_eeprom_decode(), and ftdi_eeprom_initdefaults().
maximum power
Definition at line 263 of file ftdi.h.
Referenced by ftdi_eeprom_build(), ftdi_eeprom_decode(), and ftdi_eeprom_initdefaults().
manufacturer name
Definition at line 266 of file ftdi.h.
Referenced by ftdi_eeprom_build(), ftdi_eeprom_decode(), ftdi_eeprom_free(), and ftdi_eeprom_initdefaults().
| char* ftdi_eeprom::product |
product name
Definition at line 268 of file ftdi.h.
Referenced by ftdi_eeprom_build(), ftdi_eeprom_decode(), ftdi_eeprom_free(), and ftdi_eeprom_initdefaults().
| char* ftdi_eeprom::serial |
serial number
Definition at line 270 of file ftdi.h.
Referenced by ftdi_eeprom_build(), ftdi_eeprom_decode(), ftdi_eeprom_free(), and ftdi_eeprom_initdefaults().
eeprom size in bytes. This doesn't get stored in the eeprom but is the only way to pass it to ftdi_eeprom_build.
Definition at line 274 of file ftdi.h.
Referenced by ftdi_eeprom_build(), ftdi_eeprom_decode(), ftdi_eeprom_initdefaults(), and ftdi_eeprom_setsize().
1.6.1