13.6.6.2.6 Peripheral Clock Masking
It is possible to disable/enable the AHB or APB clock for a peripheral by writing the corresponding bit in the Clock Mask registers (APBxMASK) to '0'/'1'. The default state of the peripheral clocks is shown here.
CPU Clock Domain | |
---|---|
Peripheral Clock | Default State |
CLK_BRIDGE_B_AHB | Enabled |
CLK_DSU_AHB | Enabled |
CLK_DSU_APB | Enabled |
CLK_USB_AHB | Enabled |
CLK_USB_APB | Enabled |
CLK_NVMCTRL_AHB | Enabled |
CLK_NVMCTRL_APB | Enabled |
Backup Clock Domain | |
Peripheral Clock | Default State |
CLK_OSC32KCTRL_APB | Enabled |
CLK_PM_APB | Enabled |
CLK_SUPC_APB | Enabled |
CLK_RSTC_APB | Enabled |
CLK_RTC_APB | Enabled |
Low Power Clock Domain | |
Peripheral Clock | Default State |
CLK_AC_APB | Enabled |
CLK_ADC_APB | Enabled |
CLK_BRIDGE_A_AHB | Enabled |
CLK_BRIDGE_C_AHB | Enabled |
CLK_BRIDGE_D_AHB | Enabled |
CLK_BRIDGE_E_AHB | Enabled |
CLK_CCL_APB | Enabled |
CLK_DMAC_AHB | Enabled |
CLK_EIC_APB | Enabled |
CLK_EVSYS_APB | Enabled |
CLK_GCLK_APB | Enabled |
CLK_MCLK_APB | Enabled |
CLK_OSCCTRL_APB | Enabled |
CLK_PAC_AHB | Enabled |
CLK_PAC_APB | Enabled |
CLK_PORT_APB | Enabled |
CLK_PTC_APB | Enabled |
CLK_SERCOM0_APB | Enabled |
CLK_SERCOM1_APB | Enabled |
CLK_SERCOM2_APB | Enabled |
CLK_SERCOM3_APB | Enabled |
CLK_SERCOM4_APB | Enabled |
CLK_SERCOM5_APB | Enabled |
CLK_TCC0_APB | Enabled |
CLK_TCC1_APB | Enabled |
CLK_TCC2_APB | Enabled |
CLK_TC0_APB | Enabled |
CLK_TC1_APB | Enabled |
CLK_TC4_APB | Enabled |
CLK_WDT_APB | Enabled |
When the APB clock is not provided to a module, its registers cannot be read or written. The module can be re-enabled later by writing the corresponding mask bit to '1'.
A module may be connected to several clock domains (for instance, AHB and APB), in which case it will have several mask bits.
Note that clocks should only be switched off if it is certain that the module will not be used: Switching off the clock for the NVM Controller (NVMCTRL) will cause a problem if the CPU needs to read from the Flash Memory. Switching off the clock to the MCLK module (which contains the mask registers) or the corresponding APBx bridge will make it impossible to write the mask registers again. In this case, they can only be re-enabled by a system reset.