Defines | |
#define | EEPROM_READ(addr, dst) |
Read multibyte types from the EEPROM. | |
#define | EEPROM_WRITE(addr, src) |
Write multibyte types to the EEPROM. | |
Functions | |
char * | strsep_r (char **pp_str, const char *p_delim) |
Thread safe version of strsep. | |
char * | strtok_r (char **pp_str, const char *p_delim) |
Thread safe version of strtok. |
|
Read multibyte types from the EEPROM.
|
|
Write multibyte types to the EEPROM.
|
|
Thread safe version of strsep.
|
|
Thread safe version of strtok.
|