amd_Program
Default mainpageat91libmemoriesnorflashamd_Program
Description Source Call Graph
amd_Program
It implement a program word command.
 
Syntax / parameters
unsigned char amd_Program (struct NorFlashInfo *pNorFlashInfo, unsigned int address, unsigned int data)

Name Type Default Description
pNorFlashInfo struct NorFlashInfo *
  Pointer to an NorFlashInfo instance.
address unsigned int
  Start address offset to be wrote.
data unsigned int
  word to be written.
 
Return value unsigned char
   
Description
It implement a program word command.
Returns 0 if the operation was successful; otherwise returns an error code.
 
Source
The documentation for this Member was generated from the following file:
  • NorFlashAmd.c