AT26D_Read
Default mainpageat91libmemoriesspi-flashAT26D_Read
Description Source Call Graph
AT26D_Read
Reads data from the specified address on the serial flash.
 
Syntax / parameters
unsigned char AT26D_Read (At26 *pAt26, unsigned char *pData, unsigned int size, unsigned int address)

Name Type Default Description
pAt26 At26 *
  Pointer to an AT26 driver instance.
pData unsigned char *
  Data buffer.
size unsigned int
  Number of bytes to read.
address unsigned int
  Read address.
 
Return value unsigned char
   
Description
Reads data from the specified address on the serial flash.

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