MCI_SetSpeed
Default mainpageat91libperipheralsmciMCI_SetSpeed
Description Source Call Graph
MCI_SetSpeed
Configure the MCI CLKDIV in the MCI_MR register.
 
Syntax / parameters
void MCI_SetSpeed (Mci *pMci, unsigned int mciSpeed)

Name Type Default Description
pMci Mci *
  Pointer to the low level MCI driver.
mciSpeed unsigned int
  MCI clock speed in Hz.
Description
Configure the MCI CLKDIV in the MCI_MR register.
The max. for MCI clock is MCK/2 and corresponds to CLKDIV = 0
 
Source
The documentation for this Member was generated from the following files:
  • mci.c