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. |