Device EEPROM. More...
#include <ftdi.hpp>
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 () |
Device EEPROM.
Definition at line 149 of file ftdi.hpp.
int Ftdi::Eeprom::size | ( | unsigned char * | eeprom, |
int | maxsize | ||
) |
int Ftdi::Eeprom::read_location | ( | int | eeprom_addr, |
unsigned short * | eeprom_val | ||
) |
int Ftdi::Eeprom::write_location | ( | int | eeprom_addr, |
unsigned short | eeprom_val | ||
) |