1.2.20.3 1.9.18.3 1.25.19.3 1.26.17.3 1.27.19.3 1.28.22.3 SDMMCx_ModuleInit Function
C
/* x = SDMMC instance number */ void SDMMCx_ModuleInit ( void )
Summary
Initializes the SDMMC peripheral.
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. This function may be called at run time to re-initialize the peripheral to the initial state.
Precondition
None.
Parameters
None.
Returns
None.
Example
SDMMC1_ModuleInit();
Remarks
None.