1.22.24.8 SDHCx_Initialize Function

C

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

void SDHCx_Initialize( void )

Summary

Initializes the SDHC peripheral and the internal data structures used by the peripheral library.

Description

This function initializes the SDHC peripheral. The SDHC peripheral is initialized in 1 bit mode and the SDHC clock is set to 400 kHz. The clock mode used is the programmable clock mode. This function also initializes the internal data structures used by the peripheral library.

Precondition

None.

Parameters

None.

Returns

None.

Example

SDHC1_Initialize();

Remarks

None.