AT45D_Write
Default mainpageat91libmemoriesspi-flashAT45D_Write
Description Source Call Graph
AT45D_Write
Writes data on the At45 at the specified address.
 
Syntax / parameters
void AT45D_Write (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 *
  Buffer containing the data to write.
size unsigned int
  Number of bytes to write.
address unsigned int
  Destination address on the At45.
Description
Writes data on the At45 at the specified address.
Only one page of data is written that way; if the address is not at the beginning of the page, the data is written starting from this address and wraps around to the beginning of the page.
 
Source
The documentation for this Member was generated from the following files:
  • at45d.c