STM32L486xx HAL User Manual
Defines
AHB3 Peripheral Clock Sleep Enable Disable
RCC Exported Macros

Enable or disable the AHB3 peripheral clock during Low Power (Sleep) mode. More...

Defines

#define __HAL_RCC_QSPI_CLK_SLEEP_ENABLE()   SET_BIT(RCC->AHB3SMENR, RCC_AHB3SMENR_QSPISMEN)
#define __HAL_RCC_FMC_CLK_SLEEP_ENABLE()   SET_BIT(RCC->AHB3SMENR, RCC_AHB3SMENR_FMCSMEN)
#define __HAL_RCC_QSPI_CLK_SLEEP_DISABLE()   CLEAR_BIT(RCC->AHB3SMENR, RCC_AHB3SMENR_QSPISMEN)
#define __HAL_RCC_FMC_CLK_SLEEP_DISABLE()   CLEAR_BIT(RCC->AHB3SMENR, RCC_AHB3SMENR_FMCSMEN)

Detailed Description

Enable or disable the AHB3 peripheral clock during Low Power (Sleep) mode.

Note:
Peripheral clock gating in SLEEP mode can be used to further reduce power consumption.
After wakeup from SLEEP mode, the peripheral clock is enabled again.
By default, all peripheral clocks are enabled during SLEEP mode.

Define Documentation

#define __HAL_RCC_FMC_CLK_SLEEP_DISABLE ( )    CLEAR_BIT(RCC->AHB3SMENR, RCC_AHB3SMENR_FMCSMEN)

Definition at line 2806 of file stm32l4xx_hal_rcc.h.

#define __HAL_RCC_FMC_CLK_SLEEP_ENABLE ( )    SET_BIT(RCC->AHB3SMENR, RCC_AHB3SMENR_FMCSMEN)

Definition at line 2790 of file stm32l4xx_hal_rcc.h.

#define __HAL_RCC_QSPI_CLK_SLEEP_DISABLE ( )    CLEAR_BIT(RCC->AHB3SMENR, RCC_AHB3SMENR_QSPISMEN)

Definition at line 2794 of file stm32l4xx_hal_rcc.h.

#define __HAL_RCC_QSPI_CLK_SLEEP_ENABLE ( )    SET_BIT(RCC->AHB3SMENR, RCC_AHB3SMENR_QSPISMEN)

Definition at line 2778 of file stm32l4xx_hal_rcc.h.