unsigned char NORFLASH_ReadData (struct NorFlash *norFlash, unsigned int address, unsigned char *buffer, unsigned int size) |
Name | Type | Default | Description |
norFlash | struct NorFlash * |
||
address | unsigned int |
||
buffer | unsigned char * |
Buffer where the data will be stored. |
|
size | unsigned int |
Number of bytes that will be read. |
|
Return value | unsigned char |