|
XBee Firmware Library
1.6.0
|
Functions | |
| size_t | veeprom_get_size (void) |
| Returns the size of the virtual EEPROM. More... | |
| int | veeprom_init (void) |
| Initializes the virtual EEPROM in the flash of the device. More... | |
| ssize_t | veeprom_read (void *buf, maddr_t offset, size_t len) |
| Reads the content of selected virtual EEPROM. More... | |
| ssize_t | veeprom_write (const void *buf, maddr_t offset, size_t len) |
| Writes an array of bytes in the virtual EEPROM. More... | |
1.8.10