ftdi_eeprom

Langue: en

Autres versions - même langue

Version: 152493 (fedora - 05/07/09)

Autres sections - même nom

Section: 3 (Bibliothèques de fonctions)

NAME

ftdi_eeprom - FTDI eeprom structure.

SYNOPSIS


#include <ftdi.h>

Data Fields


int vendor_id
vendor id
int product_id
product id
int self_powered
self powered
int remote_wakeup
remote wakepu
int BM_type_chip
chip type
int in_is_isochronous
input in isochronous transfer mode
int out_is_isochronous
output in isochronous transfer mode
int suspend_pull_downs
suspend pull downs
int use_serial
use serial
int change_usb_version
fake usb version
int usb_version
usb version
int max_power
maximum power
char * manufacturer
manufacturer name
char * product
product name
char * serial
serial number
int size

Detailed Description

FTDI eeprom structure.

Field Documentation

int ftdi_eeprom::vendor_id

vendor id

Referenced by ftdi_eeprom_build(), and ftdi_eeprom_initdefaults().

int ftdi_eeprom::product_id

product id

Referenced by ftdi_eeprom_build(), and ftdi_eeprom_initdefaults().

int ftdi_eeprom::self_powered

self powered

Referenced by ftdi_eeprom_build(), and ftdi_eeprom_initdefaults().

int ftdi_eeprom::remote_wakeup

remote wakepu

Referenced by ftdi_eeprom_build(), and ftdi_eeprom_initdefaults().

int ftdi_eeprom::BM_type_chip

chip type

Referenced by ftdi_eeprom_build(), and ftdi_eeprom_initdefaults().

int ftdi_eeprom::in_is_isochronous

input in isochronous transfer mode

Referenced by ftdi_eeprom_build(), and ftdi_eeprom_initdefaults().

int ftdi_eeprom::out_is_isochronous

output in isochronous transfer mode

Referenced by ftdi_eeprom_build(), and ftdi_eeprom_initdefaults().

int ftdi_eeprom::suspend_pull_downs

suspend pull downs

Referenced by ftdi_eeprom_build(), and ftdi_eeprom_initdefaults().

int ftdi_eeprom::use_serial

use serial

Referenced by ftdi_eeprom_build(), and ftdi_eeprom_initdefaults().

int ftdi_eeprom::change_usb_version

fake usb version

Referenced by ftdi_eeprom_build(), and ftdi_eeprom_initdefaults().

int ftdi_eeprom::usb_version

usb version

Referenced by ftdi_eeprom_build(), and ftdi_eeprom_initdefaults().

int ftdi_eeprom::max_power

maximum power

Referenced by ftdi_eeprom_build(), and ftdi_eeprom_initdefaults().

char* ftdi_eeprom::manufacturer

manufacturer name

Referenced by ftdi_eeprom_build(), and ftdi_eeprom_initdefaults().

char* ftdi_eeprom::product

product name

Referenced by ftdi_eeprom_build(), and ftdi_eeprom_initdefaults().

char* ftdi_eeprom::serial

serial number

Referenced by ftdi_eeprom_build(), and ftdi_eeprom_initdefaults().

int ftdi_eeprom::size

eeprom size in bytes. This doesn't get stored in the eeprom but is the only way to pass it to ftdi_eeprom_build.

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

Author

Generated automatically by Doxygen for libftdi from the source code.