Get the enable or disable status of the APB2 peripheral clock during Low Power (Sleep) mode. More...
Macros | |
#define | __HAL_RCC_SYSCFG_IS_CLK_SLEEP_DISABLED() ((RCC->APB2LPENR & (RCC_APB2LPENR_SYSCFGLPEN)) == RESET) |
#define | __HAL_RCC_SYSCFG_IS_CLK_SLEEP_ENABLED() ((RCC->APB2LPENR & (RCC_APB2LPENR_SYSCFGLPEN)) != RESET) |
Get the enable or disable status of the APB2 peripheral clock during Low Power (Sleep) mode.
#define __HAL_RCC_SYSCFG_IS_CLK_SLEEP_DISABLED | ( | ) | ((RCC->APB2LPENR & (RCC_APB2LPENR_SYSCFGLPEN)) == RESET) |
Definition at line 652 of file stm32f7xx_hal_rcc.h.
#define __HAL_RCC_SYSCFG_IS_CLK_SLEEP_ENABLED | ( | ) | ((RCC->APB2LPENR & (RCC_APB2LPENR_SYSCFGLPEN)) != RESET) |
Definition at line 651 of file stm32f7xx_hal_rcc.h.