1.34.6.3 HSMCI_ModuleInit Function

C

void HSMCI_ModuleInit( void )

Summary

Initializes the HSMCI peripheral.

Description

This function initializes the HSMCI peripheral. The HSMCI peripheral is initialized in 1 bit mode and the HSMCI clock is set to 400 kHz. After the initialization, CMD0 is sent to set the card into idle state. This function may be called at run time to re-initialize the peripheral to the initial state.

Precondition

None.

Parameters

None.

Returns

None.

Example

HSMCI_ModuleInit();

Remarks

None.