1.22.24.14 1.32.25.14 SDHCx_ClockSet Function
C
/* x = SDHC instance number (x is applicable only on devices with more than one instances of SDHC) */ bool SDHCx_ClockSet ( uint32_t clock)
Summary
Sets the SDHC clock frequency
Description
Sets the SDHC clock frequency
Precondition
SDHCx_Initialize() must have been called first for the associated instance.
Parameters
Param | Description |
---|---|
clock | SDHC clock frequency |
Returns
None.
Example
SDHC1_ClockSet(400000);
Remarks
None.