Collaboration diagram for Power Saving:
![]() |
The Power-saving feature optimizes power consumption, enabling the software to stop the CPU clock and restarting it on interrupts or on reset. Also, the on-chip peripheral clocks can be enabled or disabled individually.
PS Control Register | |
#define | PS_CR |
Register address. | |
Peripheral Clock Control Registers | |
#define | PS_PCER |
Peripheral clock enable register address. | |
#define | PS_PCDR |
Peripheral clock disable register address. | |
#define | PS_PCSR |
Peripheral clock status register address. | |
Defines | |
#define | PS_BASE |
PS base address. |
|
Register address. This register allows to stop the CPU clock. The clock is automatically enabled after reset and by any interrupt. |