NORFLASH_WriteData
Default mainpageat91libmemoriesnorflashNORFLASH_WriteData
Description Source Call Graph
NORFLASH_WriteData
Sends data to the pNorFlash chip from the provided buffer.
 
Syntax / parameters
unsigned char NORFLASH_WriteData (struct NorFlash *norFlash, unsigned int address, unsigned char *buffer, unsigned int size)

Name Type Default Description
norFlash struct NorFlash *
   
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 pNorFlash chip from the provided buffer.

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