AMD_Write_Data
Default mainpageat91libmemoriesnorflashAMD_Write_Data
Description Source Call Graph
AMD_Write_Data
Sends data to the NorFlashInfo chip from the provided buffer.
 
Syntax / parameters
unsigned char AMD_Write_Data (struct NorFlashInfo *pNorFlashInfo, unsigned int address, unsigned char *buffer, unsigned int size)

Name Type Default Description
pNorFlashInfo struct NorFlashInfo *
  Pointer to an NorFlashInfo instance.
address unsigned int
  Start address offset to be wrote.
buffer unsigned char *
  Buffer where the data is stored.
size unsigned int
  Number of bytes that will be written.
 
Return value unsigned char
   
Description
Sends data to the NorFlashInfo chip from the provided buffer.

 
Source
The documentation for this Member was generated from the following files:
  • NorFlashAmd.c