void reset_error_counter(unsigned int counter)
Resets the specified error counter.
Definition: eeprom.c:22
void add_error_counter(unsigned int counter)
Increases the specified error counter by 1.
Definition: eeprom.c:37
int read_error_counter(unsigned int counter)
Reads the specified error counter.
Definition: eeprom.c:55