XBee Firmware Library
1.6.0
|
Functions | |
int | eeprom_24xxx_config (eeprom_24xxx_t eeprom, uint8_t subaddr, uint8_t addrbytes, uint8_t pagesize) |
Configures the EEPROM. More... | |
ssize_t | eeprom_24xxx_read (eeprom_24xxx_t eeprom, void *buf, uint32_t addr, size_t len) |
Reads the specified number of bytes from the EEPROM. More... | |
ssize_t | eeprom_24xxx_write (eeprom_24xxx_t eeprom, void *buf, uint32_t addr, size_t len) |
Writes an array of bytes in the EEPROM. More... | |