#include <stddef.h>
Go to the source code of this file.
Function Documentation
| unsigned char eeprom_read_byte |
( |
const unsigned char * |
addr | ) |
|
| unsigned short eeprom_read_word |
( |
const unsigned short * |
addr | ) |
|
| void eeprom_read_block |
( |
void * |
buf, |
|
|
const void * |
addr, |
|
|
size_t |
n |
|
) |
| |
| void eeprom_write_byte |
( |
unsigned char * |
addr, |
|
|
unsigned char |
val |
|
) |
| |
| void eeprom_write_word |
( |
unsigned short * |
addr, |
|
|
unsigned short |
val |
|
) |
| |
| void eeprom_write_block |
( |
const void * |
buf, |
|
|
void * |
addr, |
|
|
size_t |
n |
|
) |
| |
| void eeprom_fill_all |
( |
const unsigned char |
c | ) |
|
| void eeprom_erase |
( |
unsigned char * |
addr | ) |
|
| void eeprom_erase_all |
( |
void |
| ) |
|