Prusa MINI Firmware overview
PersistentStore Member List

This is the complete list of members for PersistentStore, including all inherited members.

access_finish()PersistentStorestatic
access_start()PersistentStorestatic
capacity()PersistentStorestatic
read_data(int &pos, uint8_t *value, size_t size, uint16_t *crc, const bool writing=true)PersistentStorestatic
read_data(const int pos, uint8_t *value, const size_t size=1)PersistentStorestatic
write_data(int &pos, const uint8_t *value, size_t size, uint16_t *crc)PersistentStorestatic
write_data(const int pos, const uint8_t *value, const size_t size=sizeof(uint8_t))PersistentStorestatic
write_data(const int pos, const uint8_t value)PersistentStorestatic