ftdi_eeprom

Langue: en

Autres versions - même langue

Version: 373778 (fedora - 01/12/10)

Autres sections - même nom

Section: 3 (Bibliothèques de fonctions)

NAME

ftdi_eeprom -

FTDI eeprom structure.

SYNOPSIS


#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

Detailed Description

FTDI eeprom structure.

Definition at line 235 of file ftdi.h.

Member Data Documentation

int ftdi_eeprom::vendor_idvendor id

Definition at line 238 of file ftdi.h.

Referenced by ftdi_eeprom_build(), ftdi_eeprom_decode(), and ftdi_eeprom_initdefaults().

int ftdi_eeprom::product_idproduct id

Definition at line 240 of file ftdi.h.

Referenced by ftdi_eeprom_build(), ftdi_eeprom_decode(), and ftdi_eeprom_initdefaults().

int ftdi_eeprom::self_poweredself powered

Definition at line 243 of file ftdi.h.

Referenced by ftdi_eeprom_build(), ftdi_eeprom_decode(), and ftdi_eeprom_initdefaults().

int ftdi_eeprom::remote_wakeupremote wakeup

Definition at line 245 of file ftdi.h.

Referenced by ftdi_eeprom_build(), ftdi_eeprom_decode(), and ftdi_eeprom_initdefaults().

int ftdi_eeprom::BM_type_chipchip type

Definition at line 247 of file ftdi.h.

Referenced by ftdi_eeprom_build(), ftdi_eeprom_decode(), and ftdi_eeprom_initdefaults().

int ftdi_eeprom::in_is_isochronousinput in isochronous transfer mode

Definition at line 250 of file ftdi.h.

Referenced by ftdi_eeprom_build(), ftdi_eeprom_decode(), and ftdi_eeprom_initdefaults().

int ftdi_eeprom::out_is_isochronousoutput in isochronous transfer mode

Definition at line 252 of file ftdi.h.

Referenced by ftdi_eeprom_build(), ftdi_eeprom_decode(), and ftdi_eeprom_initdefaults().

int ftdi_eeprom::suspend_pull_downssuspend pull downs

Definition at line 254 of file ftdi.h.

Referenced by ftdi_eeprom_build(), ftdi_eeprom_decode(), and ftdi_eeprom_initdefaults().

int ftdi_eeprom::use_serialuse serial

Definition at line 257 of file ftdi.h.

Referenced by ftdi_eeprom_build(), ftdi_eeprom_decode(), and ftdi_eeprom_initdefaults().

int ftdi_eeprom::change_usb_versionfake usb version

Definition at line 259 of file ftdi.h.

Referenced by ftdi_eeprom_build(), ftdi_eeprom_decode(), and ftdi_eeprom_initdefaults().

int ftdi_eeprom::usb_versionusb version

Definition at line 261 of file ftdi.h.

Referenced by ftdi_eeprom_build(), ftdi_eeprom_decode(), and ftdi_eeprom_initdefaults().

int ftdi_eeprom::max_powermaximum power

Definition at line 263 of file ftdi.h.

Referenced by ftdi_eeprom_build(), ftdi_eeprom_decode(), and ftdi_eeprom_initdefaults().

char* ftdi_eeprom::manufacturermanufacturer 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::productproduct 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::serialserial number

Definition at line 270 of file ftdi.h.

Referenced by ftdi_eeprom_build(), ftdi_eeprom_decode(), ftdi_eeprom_free(), and ftdi_eeprom_initdefaults().

int ftdi_eeprom::sizeeeprom 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().

Author

Generated automatically by Doxygen for libftdi from the source code.