STM32L443xx HAL User Manual
|
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_QSPI_CLK_SLEEP_DISABLE() CLEAR_BIT(RCC->AHB3SMENR, RCC_AHB3SMENR_QSPISMEN) |
Enable or disable the AHB3 peripheral clock during Low Power (Sleep) mode.
#define __HAL_RCC_QSPI_CLK_SLEEP_DISABLE | ( | ) | CLEAR_BIT(RCC->AHB3SMENR, RCC_AHB3SMENR_QSPISMEN) |
Definition at line 2980 of file stm32l4xx_hal_rcc.h.
#define __HAL_RCC_QSPI_CLK_SLEEP_ENABLE | ( | ) | SET_BIT(RCC->AHB3SMENR, RCC_AHB3SMENR_QSPISMEN) |
Definition at line 2964 of file stm32l4xx_hal_rcc.h.