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

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

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