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