Go to the source code of this file.
Functions | |
void | eeprom_init () |
bool | eeprom_read (void *dest, uint8_t len) |
bool | eeprom_write (const void *src, uint8_t len) |
bool | flash_erase () |
bool | flash_read (void *flash_loc, void *dest, uint8_t len) |
bool | flash_write (void const *flash_loc, void const *data, uint8_t len) |
void eeprom_init | ( | ) |
Definition at line 37 of file eeprom.cpp.
bool eeprom_read | ( | void * | dest, |
uint8_t | len | ||
) |
Definition at line 42 of file eeprom.cpp.
bool eeprom_write | ( | const void * | src, |
uint8_t | len | ||
) |
Definition at line 48 of file eeprom.cpp.
bool flash_erase | ( | ) |
Definition at line 59 of file eeprom.cpp.
bool flash_read | ( | void * | flash_loc, |
void * | dest, | ||
uint8_t | len | ||
) |
Definition at line 53 of file eeprom.cpp.
bool flash_write | ( | void const * | flash_loc, |
void const * | data, | ||
uint8_t | len | ||
) |
Definition at line 66 of file eeprom.cpp.