libftdi 0.17

Ftdi::Eeprom Class Reference

Device EEPROM. More...

#include <ftdi.hpp>

List of all members.

Classes

class  Private

Public Member Functions

 Eeprom (Context *parent)
 ~Eeprom ()
void init_defaults ()
void set_size (int size)
int size (unsigned char *eeprom, int maxsize)
int chip_id (unsigned int *chipid)
int build (unsigned char *output)
int read (unsigned char *eeprom)
int write (unsigned char *eeprom)
int read_location (int eeprom_addr, unsigned short *eeprom_val)
int write_location (int eeprom_addr, unsigned short eeprom_val)
int erase ()

Detailed Description

Device EEPROM.

Definition at line 149 of file ftdi.hpp.


Constructor & Destructor Documentation

Ftdi::Eeprom::Eeprom ( Context parent)

Definition at line 387 of file ftdi.cpp.

References Ftdi::Context::context().

Ftdi::Eeprom::~Eeprom ( )

Definition at line 393 of file ftdi.cpp.


Member Function Documentation

void Ftdi::Eeprom::init_defaults ( )

Definition at line 397 of file ftdi.cpp.

References ftdi_eeprom_initdefaults().

void Ftdi::Eeprom::set_size ( int  size)

Definition at line 402 of file ftdi.cpp.

References ftdi_eeprom_setsize().

int Ftdi::Eeprom::size ( unsigned char *  eeprom,
int  maxsize 
)

Definition at line 407 of file ftdi.cpp.

References ftdi_read_eeprom_getsize().

int Ftdi::Eeprom::chip_id ( unsigned int *  chipid)

Definition at line 412 of file ftdi.cpp.

References ftdi_read_chipid().

int Ftdi::Eeprom::build ( unsigned char *  output)

Definition at line 417 of file ftdi.cpp.

References ftdi_eeprom_build().

int Ftdi::Eeprom::read ( unsigned char *  eeprom)

Definition at line 422 of file ftdi.cpp.

References ftdi_read_eeprom().

int Ftdi::Eeprom::write ( unsigned char *  eeprom)

Definition at line 427 of file ftdi.cpp.

References ftdi_write_eeprom().

int Ftdi::Eeprom::read_location ( int  eeprom_addr,
unsigned short *  eeprom_val 
)

Definition at line 432 of file ftdi.cpp.

References ftdi_read_eeprom_location().

int Ftdi::Eeprom::write_location ( int  eeprom_addr,
unsigned short  eeprom_val 
)

Definition at line 437 of file ftdi.cpp.

References ftdi_write_eeprom_location().

int Ftdi::Eeprom::erase ( )

Definition at line 442 of file ftdi.cpp.

References ftdi_erase_eeprom().


The documentation for this class was generated from the following files:

Generated for libftdi by doxygen 1.7.3