1.32.25.19 SDHCx_BlockSizeSet Function

C

/* x = SDHC instance number (x is applicable only on devices with more than one instances of SDHC) */

void SDHCx_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

SDHCx_Initialize() must have been called first for the associated instance.

Parameters

Param Description
blockSize Size of one block of transfer

Returns

None.

Example

SDHC1_BlockSizeSet(512);

Remarks

None.