at91_efc.h File Reference

Go to the source code of this file.

Functions

int OnChipFlashLoad (u_long addr, void *buff, size_t siz)
 Load data from MCU on-chip flash.
int OnChipFlashSave (u_long addr, CONST void *buff, size_t len)
 Save data to MCU on-chip flash.
int FlashAreaIsLock (u_long addr)
int LockFlashArea (u_long addr)
int UnlockFlashArea (u_long addr)


Function Documentation

int OnChipFlashLoad ( u_long  addr,
void *  buff,
size_t  siz 
)

Load data from MCU on-chip flash.

Returns:
0 on success, -1 otherwise.

int OnChipFlashSave ( u_long  addr,
CONST void *  buff,
size_t  len 
)

Save data to MCU on-chip flash.

Returns:
0 on success, -1 otherwise.

int FlashAreaIsLock ( u_long  addr  ) 

int LockFlashArea ( u_long  addr  ) 

int UnlockFlashArea ( u_long  addr  ) 


© 2000-2007 by egnite Software GmbH - visit http://www.ethernut.de/