1.2.20.19 1.9.18.19 1.25.19.19 1.26.17.19 1.27.19.19 1.28.22.19 SDMMCx_BlockSizeSet Function
C
/* x = SDMMC instance number */ void SDMMCx_BlockSizeSet ( uint16_t blockSize )
Summary
Sets the size of the one data block of transfer.
Description
Sets the size of the one data block of transfer.
Precondition
SDMMCx_Initialize() must have been called first for the associated instance.
Parameters
Param | Description |
---|---|
blockSize | Size of one block of transfer |
Returns
None.
Example
SDMMC1_BlockSizeSet(512);
Remarks
None.