STM32F103xB HAL User Manual
|
Get the enable or disable status of the APB2 peripheral clock. More...
Defines | |
#define | __HAL_RCC_ADC2_IS_CLK_ENABLED() ((RCC->APB2ENR & (RCC_APB2ENR_ADC2EN)) != RESET) |
#define | __HAL_RCC_ADC2_IS_CLK_DISABLED() ((RCC->APB2ENR & (RCC_APB2ENR_ADC2EN)) == RESET) |
#define | __HAL_RCC_GPIOE_IS_CLK_ENABLED() ((RCC->APB2ENR & (RCC_APB2ENR_IOPEEN)) != RESET) |
#define | __HAL_RCC_GPIOE_IS_CLK_DISABLED() ((RCC->APB2ENR & (RCC_APB2ENR_IOPEEN)) == RESET) |
Get the enable or disable status of the APB2 peripheral clock.
#define __HAL_RCC_ADC2_IS_CLK_DISABLED | ( | ) | ((RCC->APB2ENR & (RCC_APB2ENR_ADC2EN)) == RESET) |
Definition at line 1333 of file stm32f1xx_hal_rcc_ex.h.
#define __HAL_RCC_ADC2_IS_CLK_ENABLED | ( | ) | ((RCC->APB2ENR & (RCC_APB2ENR_ADC2EN)) != RESET) |
Definition at line 1332 of file stm32f1xx_hal_rcc_ex.h.
#define __HAL_RCC_GPIOE_IS_CLK_DISABLED | ( | ) | ((RCC->APB2ENR & (RCC_APB2ENR_IOPEEN)) == RESET) |
Definition at line 1348 of file stm32f1xx_hal_rcc_ex.h.
#define __HAL_RCC_GPIOE_IS_CLK_ENABLED | ( | ) | ((RCC->APB2ENR & (RCC_APB2ENR_IOPEEN)) != RESET) |
Definition at line 1347 of file stm32f1xx_hal_rcc_ex.h.