1.2.20.8 1.9.18.8 1.25.19.8 1.26.17.8 1.27.19.8 1.28.22.8 SDMMCx_Initialize Function
C
/* x = SDMMC instance number */
void SDMMCx_Initialize( void )
Summary
Initializes the SDMMC peripheral and the internal data structures used by the peripheral library.
Description
This function initializes the SDMMC peripheral. The SDMMC peripheral is initialized in 1 bit mode and the SDMMC 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
SDMMC1_Initialize();
Remarks
None.