1.34.6.11 HSMCI_ClockSet Function
C
void HSMCI_ClockSet ( uint32_t clock )
Summary
Sets the HSMCI bus clock frequency.
Description
Sets the HSMCI bus clock frequency.
Precondition
HSMCI_Initialize() must have been called first.
Parameters
Param | Description |
---|---|
clock | HSMCI clock frequency |
Returns
None.
Example
HSMCI_ClockSet(400000);
Remarks
None.