Nut/OS  4.10.3
API Reference
flashc.h File Reference
#include <sys/types.h>
Include dependency graph for flashc.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

int Avr32FlashcSectorErase (unsigned int off)
 Erase sector at the specified offset.
int Avr32FlashcSectorRead (unsigned int off, void *data, unsigned int len)
 Read data from flash memory.
int Avr32FlashcSectorWrite (unsigned int off, CONST void *data, unsigned int len)
 Write data into flash memory.
int Avr32FlashcRegionLock (unsigned int off)
 Lock specified region.
int Avr32FlashcRegionUnlock (unsigned int off)
 Unlock specified region.
int Avr32FlashcParamRead (unsigned int pos, void *data, unsigned int len)
 Load configuration parameters from embedded flash memory.
int Avr32FlashcParamWrite (unsigned int pos, CONST void *data, unsigned int len)
 Store configuration parameters in embedded flash memory.