Get the enable or disable status of the APB1 peripheral clock during Low Power (Sleep) mode. More...
Macros | |
#define | __HAL_RCC_PWR_IS_CLK_SLEEP_DISABLED() ((RCC->APB1LPENR & (RCC_APB1LPENR_PWRLPEN)) == RESET) |
#define | __HAL_RCC_PWR_IS_CLK_SLEEP_ENABLED() ((RCC->APB1LPENR & (RCC_APB1LPENR_PWRLPEN)) != RESET) |
#define | __HAL_RCC_WWDG_IS_CLK_SLEEP_DISABLED() ((RCC->APB1LPENR & (RCC_APB1LPENR_WWDGLPEN)) == RESET) |
#define | __HAL_RCC_WWDG_IS_CLK_SLEEP_ENABLED() ((RCC->APB1LPENR & (RCC_APB1LPENR_WWDGLPEN)) != RESET) |
Get the enable or disable status of the APB1 peripheral clock during Low Power (Sleep) mode.
#define __HAL_RCC_PWR_IS_CLK_SLEEP_DISABLED | ( | ) | ((RCC->APB1LPENR & (RCC_APB1LPENR_PWRLPEN)) == RESET) |
Definition at line 638 of file stm32f7xx_hal_rcc.h.
#define __HAL_RCC_PWR_IS_CLK_SLEEP_ENABLED | ( | ) | ((RCC->APB1LPENR & (RCC_APB1LPENR_PWRLPEN)) != RESET) |
Definition at line 635 of file stm32f7xx_hal_rcc.h.
#define __HAL_RCC_WWDG_IS_CLK_SLEEP_DISABLED | ( | ) | ((RCC->APB1LPENR & (RCC_APB1LPENR_WWDGLPEN)) == RESET) |
Definition at line 637 of file stm32f7xx_hal_rcc.h.
#define __HAL_RCC_WWDG_IS_CLK_SLEEP_ENABLED | ( | ) | ((RCC->APB1LPENR & (RCC_APB1LPENR_WWDGLPEN)) != RESET) |
Definition at line 634 of file stm32f7xx_hal_rcc.h.