unsigned char SD_WriteBlock (SdCard *pSd, unsigned int address, unsigned short nbBlocks, const unsigned char *pData) |
Name | Type | Default | Description |
pSd | SdCard * |
Pointer to a SD card driver instance. |
|
address | unsigned int |
Address of block to write. |
|
nbBlocks | unsigned short |
Number of blocks to be read |
|
pData | const unsigned char * |
Pointer to a 512 bytes buffer to be transfered |
|
Return value | unsigned char |