AT45D_Read
Default mainpageat91libmemoriesspi-flashAT45D_Read
Description Source Call Graph
AT45D_Read
Reads data from the At45 inside the provided buffer.
 
Syntax / parameters
void AT45D_Read (At45 *pAt45, unsigned char *pBuffer, unsigned int size, unsigned int address)

Name Type Default Description
pAt45 At45 *
  Pointer to a At45 driver instance.
pBuffer unsigned char *
  Data buffer.
size unsigned int
  Number of bytes to read.
address unsigned int
  Address at which data shall be read.
Description
Reads data from the At45 inside the provided buffer.
Since a continuous read command is used, there is no restriction on the buffer size and read address.
 
Source
The documentation for this Member was generated from the following files:
  • at45d.c