NORFLASH_EraseSector
Default mainpageat91libmemoriesnorflashNORFLASH_EraseSector
Description Source Call Graph
NORFLASH_EraseSector
Erases the specified block of the device.
 
Syntax / parameters
unsigned char NORFLASH_EraseSector (struct NorFlash *norFlash, unsigned int sectorAddr)

Name Type Default Description
norFlash struct NorFlash *
   
sectorAddr unsigned int
   
 
Return value unsigned char
   
Description
Erases the specified block of the device.
Returns 0 if the operation was successful; otherwise returns an error code.
 
Source
The documentation for this Member was generated from the following files:
  • NorFlashApi.c