#include <sys/types.h>

Go to the source code of this file.
Functions | |
| int | At91EfcSectorErase (unsigned int off) |
| Erase sector at the specified offset. | |
| int | At91EfcSectorRead (unsigned int off, void *data, unsigned int len) |
| Read data from flash memory. | |
| int | At91EfcSectorWrite (unsigned int off, CONST void *data, unsigned int len) |
| Write data into flash memory. | |
| int | At91EfcRegionLock (unsigned int off) |
| Lock specified region. | |
| int | At91EfcRegionUnlock (unsigned int off) |
| Unlock specified region. | |
| int | At91EfcParamRead (unsigned int pos, void *data, unsigned int len) |
| Load configuration parameters from embedded flash memory. | |
| int | At91EfcParamWrite (unsigned int pos, CONST void *data, unsigned int len) |
| Store configuration parameters in embedded flash memory. | |