NORFLASH_ReadData
Default mainpageat91libmemoriesnorflashNORFLASH_ReadData
Description Source Call Graph
NORFLASH_ReadData
Reads data from the NandFlash chip into the provided buffer.
 
Syntax / parameters
unsigned char NORFLASH_ReadData (struct NorFlash *norFlash, unsigned int address, unsigned char *buffer, unsigned int size)

Name Type Default Description
norFlash struct NorFlash *
   
address unsigned int
   
buffer unsigned char *
  Buffer where the data will be stored.
size unsigned int
  Number of bytes that will be read.
 
Return value unsigned char
   
Description
Reads data from the NandFlash chip into the provided buffer.

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