|
bool | present () |
|
uint16_t | size () |
|
void | store () |
|
uint8_t | getByte (uint16_t addr) |
|
bool | setByte (uint16_t addr, uint8_t d) |
|
bool | setData (uint16_t addr, uint8_t *buf, uint16_t size) |
|
bool | getData (uint16_t addr, uint8_t *buf, uint16_t size) |
|
bool | clearData (uint16_t addr, uint16_t size) |
|
Definition at line 17 of file Storage.h.