EGet the enable or disable status of the APB2 peripheral clock. More...
Macros | |
#define | __HAL_RCC_SYSCFG_IS_CLK_DISABLED() ((RCC->APB2ENR & (RCC_APB2ENR_SYSCFGEN)) == RESET) |
#define | __HAL_RCC_SYSCFG_IS_CLK_ENABLED() ((RCC->APB2ENR & (RCC_APB2ENR_SYSCFGEN)) != RESET) |
EGet the enable or disable status of the APB2 peripheral clock.
#define __HAL_RCC_SYSCFG_IS_CLK_DISABLED | ( | ) | ((RCC->APB2ENR & (RCC_APB2ENR_SYSCFGEN)) == RESET) |
Definition at line 522 of file stm32f7xx_hal_rcc.h.
#define __HAL_RCC_SYSCFG_IS_CLK_ENABLED | ( | ) | ((RCC->APB2ENR & (RCC_APB2ENR_SYSCFGEN)) != RESET) |
Definition at line 521 of file stm32f7xx_hal_rcc.h.