Go to the source code of this file.
Functions | |
int | Avr32FlashcSectorErase (unsigned int off) |
int | Avr32FlashcSectorRead (unsigned int off, void *data, unsigned int len) |
int | Avr32FlashcSectorWrite (unsigned int off, CONST void *data, unsigned int len) |
int | Avr32FlashcRegionLock (unsigned int off) |
int | Avr32FlashcRegionUnlock (unsigned int off) |
int | Avr32FlashcParamRead (unsigned int pos, void *data, unsigned int len) |
int | Avr32FlashcParamWrite (unsigned int pos, CONST void *data, unsigned int len) |
int Avr32FlashcSectorErase | ( | unsigned int | off | ) |
int Avr32FlashcSectorRead | ( | unsigned int | off, | |
void * | data, | |||
unsigned int | len | |||
) |
int Avr32FlashcSectorWrite | ( | unsigned int | off, | |
CONST void * | data, | |||
unsigned int | len | |||
) |
int Avr32FlashcRegionLock | ( | unsigned int | off | ) |
int Avr32FlashcRegionUnlock | ( | unsigned int | off | ) |
int Avr32FlashcParamRead | ( | unsigned int | pos, | |
void * | data, | |||
unsigned int | len | |||
) |
int Avr32FlashcParamWrite | ( | unsigned int | pos, | |
CONST void * | data, | |||
unsigned int | len | |||
) |