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