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.

Table 1. Peripheral Clock Default State
CPU Clock Domain
Peripheral Clock Default State
CLK_AC_APB Disabled
CLK_ADC0_APB Disabled
CLK_BRIDGE_A_AHB Enabled
CLK_BRIDGE_B_AHB Enabled
CLK_BRIDGE_C_AHB Enabled
CLK_CCL_APB Disabled
CLK_DIVAS_AHB Enabled
CLK_DMAC_AHB Enabled
CLK_DMAC_APB Enabled
CLK_DSU_AHB Enabled
CLK_DSU_APB Enabled
CLK_EIC_APB Enabled
CLK_EVSYS_APB Disabled
CLK_FREQM_APB Enabled
CLK_GCLK_AHB Enabled
CLK_HAMATRIX_APB Disabled
CLK_MCLK_APB Enabled
CLK_MTB_APB Enabled
CLK_NVMCTRL_AHB Enabled
CLK_NVMCTRL_APB Enabled
CLK_OSCCTRL_APB Enabled
CLK_OSC32CTRL_APB Enabled
CLK_PAC_AHB Enabled
CLK_PAC_APB Enabled
CLK_PM_APB Enabled
CLK_PORT_APB Enabled
CLK_PTC_APB Disabled
CLK_RSTC_APB Enabled
CLK_RTC_APB Enabled
CLK_SERCOM0_APB Disabled
CLK_SERCOM1_AHB Disabled
CLK_SERCOM2_APB Disabled
CLK_SERCOM3_APB Disabled
CLK_SUPC_APB Enabled
CLK_TCC0_APB Disabled
CLK_TCC1_APB Disabled
CLK_TCC2_APB Disabled
CLK_TC0_APB Disabled
CLK_TC1_APB Disabled
CLK_TC2_APB Disabled
CLK_TC3_APB Disabled
CLK_TC4_APB Disabled
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.