Ftdi_Eeprom(3)
| Ftdi::Eeprom(3) | libftdi1 | Ftdi::Eeprom(3) |
NAME
Ftdi::Eeprom - Device EEPROM.
SYNOPSIS
#include <ftdi.hpp>
Classes
class Private
Public Member Functions
Eeprom (Context *parent)
~Eeprom ()
int init_defaults (char *manufacturer, char *product, char *serial)
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 153 of file ftdi.hpp.
Constructor & Destructor Documentation
Ftdi::Eeprom::Eeprom (Context * parent)
Definition at line 461 of file ftdi.cpp.
References Ftdi::Context::context().
Ftdi::Eeprom::~Eeprom ()
Definition at line 467 of file ftdi.cpp.
Member Function Documentation
int Ftdi::Eeprom::init_defaults (char * manufacturer, char * product, char * serial)
Definition at line 471 of file ftdi.cpp.
References ftdi_eeprom_initdefaults().
int Ftdi::Eeprom::chip_id (unsigned int * chipid)
Definition at line 476 of file ftdi.cpp.
References ftdi_read_chipid().
int Ftdi::Eeprom::build (unsigned char * output)
Definition at line 481 of file ftdi.cpp.
References ftdi_eeprom_build().
int Ftdi::Eeprom::read (unsigned char * eeprom)
Definition at line 486 of file ftdi.cpp.
References ftdi_read_eeprom().
int Ftdi::Eeprom::write (unsigned char * eeprom)
Definition at line 491 of file ftdi.cpp.
References ftdi_write_eeprom().
int Ftdi::Eeprom::read_location (int eeprom_addr, unsigned short * eeprom_val)
Definition at line 496 of file ftdi.cpp.
References ftdi_read_eeprom_location().
int Ftdi::Eeprom::write_location (int eeprom_addr, unsigned short eeprom_val)
Definition at line 501 of file ftdi.cpp.
References ftdi_write_eeprom_location().
int Ftdi::Eeprom::erase ()
Definition at line 506 of file ftdi.cpp.
References ftdi_erase_eeprom().
Author
Generated automatically by Doxygen for libftdi1 from the source code.
| Thu Dec 21 2023 11:18:00 | Version 1.5 |
