PMC_DisablePeripheral
Default mainpageat91libperipheralspmcPMC_DisablePeripheral
Description Source Call Graph
PMC_DisablePeripheral
Disables the clock of a peripheral.
 
Syntax / parameters
void PMC_DisablePeripheral (unsigned int id)

Name Type Default Description
id unsigned int
  Peripheral ID (AT91C_ID_xxx).
Description
Disables the clock of a peripheral.
The peripheral ID (AT91C_ID_xxx) is used to identify which peripheral is targetted. Note that the ID must NOT be shifted (i.e. 1 << AT91C_ID_xxx).
 
Source
The documentation for this Member was generated from the following files:
  • pmc.c