AMD_EraseSector
Default mainpageat91libmemoriesnorflashAMD_EraseSector
Description Source Call Graph
AMD_EraseSector
Erases the specified block of the device.
 
Syntax / parameters
unsigned char AMD_EraseSector (struct NorFlashInfo *pNorFlashInfo, unsigned int sectorAddr)

Name Type Default Description
pNorFlashInfo struct NorFlashInfo *
  Pointer to an NorFlashInfo instance.
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:
  • NorFlashAmd.c