Get the enable or disable status of the APB1 peripheral clock. More...
Macros | |
#define | __HAL_RCC_PWR_IS_CLK_DISABLED() ((RCC->APB1ENR & (RCC_APB1ENR_PWREN)) == RESET) |
#define | __HAL_RCC_PWR_IS_CLK_ENABLED() ((RCC->APB1ENR & (RCC_APB1ENR_PWREN)) != RESET) |
#define | __HAL_RCC_WWDG_IS_CLK_DISABLED() ((RCC->APB1ENR & (RCC_APB1ENR_WWDGEN)) == RESET) |
#define | __HAL_RCC_WWDG_IS_CLK_ENABLED() ((RCC->APB1ENR & (RCC_APB1ENR_WWDGEN)) != RESET) |
Get the enable or disable status of the APB1 peripheral clock.
#define __HAL_RCC_PWR_IS_CLK_DISABLED | ( | ) | ((RCC->APB1ENR & (RCC_APB1ENR_PWREN)) == RESET) |
Definition at line 509 of file stm32f7xx_hal_rcc.h.
#define __HAL_RCC_PWR_IS_CLK_ENABLED | ( | ) | ((RCC->APB1ENR & (RCC_APB1ENR_PWREN)) != RESET) |
Definition at line 506 of file stm32f7xx_hal_rcc.h.
#define __HAL_RCC_WWDG_IS_CLK_DISABLED | ( | ) | ((RCC->APB1ENR & (RCC_APB1ENR_WWDGEN)) == RESET) |
Definition at line 508 of file stm32f7xx_hal_rcc.h.
#define __HAL_RCC_WWDG_IS_CLK_ENABLED | ( | ) | ((RCC->APB1ENR & (RCC_APB1ENR_WWDGEN)) != RESET) |
Definition at line 505 of file stm32f7xx_hal_rcc.h.