1.34.6.14 HSMCI_BlockSizeSet Function

C

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

HSMCI_Initialize() must have been called first.

Parameters

Param Description
blockSize Size of one block of transfer

Returns

None.

Example

HSMCI_BlockSizeSet(512);

Remarks

None.