XBee Firmware Library
1.6.0
|
Functions | |
uint8_t | flash_byte_read (maddr_t addr) |
Reads one byte from the flash of the device. More... | |
int | flash_config (void) |
Initializes the flash enabling the clock. More... | |
int | flash_erase_page (maddr_t addr) |
Erases a page of the flash. More... | |
ssize_t | flash_prog (maddr_t addr, uint8_t *buf, size_t len) |
Writes an array of bytes in the flash of the module. More... | |
int | flash_prog_byte (maddr_t addr, uint8_t *data) |
Writes one byte in the flash of the device. More... | |