Module stm32_hal2::low_power

source ·
Expand description

This module contains code used to place the MCU in low power modes. Reference section 5.3.3: Low power modes of the L4 Reference Manual.

Enums§

Functions§

  • The CSleep mode applies only to the CPU subsystem. In CSleep mode, the CPU clock is stopped. The CPU subsystem peripheral clocks operate according to the values of PERxLPEN bits in RCC_C1_xxxxENR or RCC_DnxxxxENR. See H743 RM, Table 37.
  • Stops clocks on the CPU subsystem. H742 RM, Table 38.
  • F303 RM, table 19.