STM32F479xx HAL User Manual
|
Get the enable or disable status of the APB2 peripheral clock. More...
Defines | |
#define | __HAL_RCC_TIM8_IS_CLK_ENABLED() ((RCC->APB2ENR & (RCC_APB2ENR_TIM8EN)) != RESET) |
#define | __HAL_RCC_ADC2_IS_CLK_ENABLED() ((RCC->APB2ENR & (RCC_APB2ENR_ADC2EN)) != RESET) |
#define | __HAL_RCC_ADC3_IS_CLK_ENABLED() ((RCC->APB2ENR & (RCC_APB2ENR_ADC3EN)) != RESET) |
#define | __HAL_RCC_SPI5_IS_CLK_ENABLED() ((RCC->APB2ENR & (RCC_APB2ENR_SPI5EN)) != RESET) |
#define | __HAL_RCC_SPI6_IS_CLK_ENABLED() ((RCC->APB2ENR & (RCC_APB2ENR_SPI6EN)) != RESET) |
#define | __HAL_RCC_SAI1_IS_CLK_ENABLED() ((RCC->APB2ENR & (RCC_APB2ENR_SAI1EN)) != RESET) |
#define | __HAL_RCC_SDIO_IS_CLK_ENABLED() ((RCC->APB2ENR & (RCC_APB2ENR_SDIOEN)) != RESET) |
#define | __HAL_RCC_SPI4_IS_CLK_ENABLED() ((RCC->APB2ENR & (RCC_APB2ENR_SPI4EN)) != RESET) |
#define | __HAL_RCC_TIM10_IS_CLK_ENABLED() ((RCC->APB2ENR & (RCC_APB2ENR_TIM10EN))!= RESET) |
#define | __HAL_RCC_SDIO_IS_CLK_DISABLED() ((RCC->APB2ENR & (RCC_APB2ENR_SDIOEN)) == RESET) |
#define | __HAL_RCC_SPI4_IS_CLK_DISABLED() ((RCC->APB2ENR & (RCC_APB2ENR_SPI4EN)) == RESET) |
#define | __HAL_RCC_TIM10_IS_CLK_DISABLED() ((RCC->APB2ENR & (RCC_APB2ENR_TIM10EN))== RESET) |
#define | __HAL_RCC_TIM8_IS_CLK_DISABLED() ((RCC->APB2ENR & (RCC_APB2ENR_TIM8EN)) == RESET) |
#define | __HAL_RCC_ADC2_IS_CLK_DISABLED() ((RCC->APB2ENR & (RCC_APB2ENR_ADC2EN)) == RESET) |
#define | __HAL_RCC_ADC3_IS_CLK_DISABLED() ((RCC->APB2ENR & (RCC_APB2ENR_ADC3EN)) == RESET) |
#define | __HAL_RCC_SPI5_IS_CLK_DISABLED() ((RCC->APB2ENR & (RCC_APB2ENR_SPI5EN)) == RESET) |
#define | __HAL_RCC_SPI6_IS_CLK_DISABLED() ((RCC->APB2ENR & (RCC_APB2ENR_SPI6EN)) == RESET) |
#define | __HAL_RCC_SAI1_IS_CLK_DISABLED() ((RCC->APB2ENR & (RCC_APB2ENR_SAI1EN)) == RESET) |
#define | __HAL_RCC_LTDC_IS_CLK_ENABLED() ((RCC->APB2ENR & (RCC_APB2ENR_LTDCEN)) != RESET) |
#define | __HAL_RCC_LTDC_IS_CLK_DISABLED() ((RCC->APB2ENR & (RCC_APB2ENR_LTDCEN)) == RESET) |
#define | __HAL_RCC_DSI_IS_CLK_ENABLED() ((RCC->APB2ENR & (RCC_APB2ENR_DSIEN)) != RESET) |
#define | __HAL_RCC_DSI_IS_CLK_DISABLED() ((RCC->APB2ENR & (RCC_APB2ENR_DSIEN)) == 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 1647 of file stm32f4xx_hal_rcc_ex.h.
#define __HAL_RCC_ADC2_IS_CLK_ENABLED | ( | ) | ((RCC->APB2ENR & (RCC_APB2ENR_ADC2EN)) != RESET) |
Definition at line 1634 of file stm32f4xx_hal_rcc_ex.h.
#define __HAL_RCC_ADC3_IS_CLK_DISABLED | ( | ) | ((RCC->APB2ENR & (RCC_APB2ENR_ADC3EN)) == RESET) |
Definition at line 1648 of file stm32f4xx_hal_rcc_ex.h.
#define __HAL_RCC_ADC3_IS_CLK_ENABLED | ( | ) | ((RCC->APB2ENR & (RCC_APB2ENR_ADC3EN)) != RESET) |
Definition at line 1635 of file stm32f4xx_hal_rcc_ex.h.
#define __HAL_RCC_DSI_IS_CLK_DISABLED | ( | ) | ((RCC->APB2ENR & (RCC_APB2ENR_DSIEN)) == RESET) |
Definition at line 1660 of file stm32f4xx_hal_rcc_ex.h.
#define __HAL_RCC_DSI_IS_CLK_ENABLED | ( | ) | ((RCC->APB2ENR & (RCC_APB2ENR_DSIEN)) != RESET) |
Definition at line 1659 of file stm32f4xx_hal_rcc_ex.h.
#define __HAL_RCC_LTDC_IS_CLK_DISABLED | ( | ) | ((RCC->APB2ENR & (RCC_APB2ENR_LTDCEN)) == RESET) |
Definition at line 1655 of file stm32f4xx_hal_rcc_ex.h.
#define __HAL_RCC_LTDC_IS_CLK_ENABLED | ( | ) | ((RCC->APB2ENR & (RCC_APB2ENR_LTDCEN)) != RESET) |
Definition at line 1654 of file stm32f4xx_hal_rcc_ex.h.
#define __HAL_RCC_SAI1_IS_CLK_DISABLED | ( | ) | ((RCC->APB2ENR & (RCC_APB2ENR_SAI1EN)) == RESET) |
Definition at line 1651 of file stm32f4xx_hal_rcc_ex.h.
#define __HAL_RCC_SAI1_IS_CLK_ENABLED | ( | ) | ((RCC->APB2ENR & (RCC_APB2ENR_SAI1EN)) != RESET) |
Definition at line 1638 of file stm32f4xx_hal_rcc_ex.h.
#define __HAL_RCC_SDIO_IS_CLK_DISABLED | ( | ) | ((RCC->APB2ENR & (RCC_APB2ENR_SDIOEN)) == RESET) |
Definition at line 1643 of file stm32f4xx_hal_rcc_ex.h.
#define __HAL_RCC_SDIO_IS_CLK_ENABLED | ( | ) | ((RCC->APB2ENR & (RCC_APB2ENR_SDIOEN)) != RESET) |
Definition at line 1639 of file stm32f4xx_hal_rcc_ex.h.
#define __HAL_RCC_SPI4_IS_CLK_DISABLED | ( | ) | ((RCC->APB2ENR & (RCC_APB2ENR_SPI4EN)) == RESET) |
Definition at line 1644 of file stm32f4xx_hal_rcc_ex.h.
#define __HAL_RCC_SPI4_IS_CLK_ENABLED | ( | ) | ((RCC->APB2ENR & (RCC_APB2ENR_SPI4EN)) != RESET) |
Definition at line 1640 of file stm32f4xx_hal_rcc_ex.h.
#define __HAL_RCC_SPI5_IS_CLK_DISABLED | ( | ) | ((RCC->APB2ENR & (RCC_APB2ENR_SPI5EN)) == RESET) |
Definition at line 1649 of file stm32f4xx_hal_rcc_ex.h.
#define __HAL_RCC_SPI5_IS_CLK_ENABLED | ( | ) | ((RCC->APB2ENR & (RCC_APB2ENR_SPI5EN)) != RESET) |
Definition at line 1636 of file stm32f4xx_hal_rcc_ex.h.
#define __HAL_RCC_SPI6_IS_CLK_DISABLED | ( | ) | ((RCC->APB2ENR & (RCC_APB2ENR_SPI6EN)) == RESET) |
Definition at line 1650 of file stm32f4xx_hal_rcc_ex.h.
#define __HAL_RCC_SPI6_IS_CLK_ENABLED | ( | ) | ((RCC->APB2ENR & (RCC_APB2ENR_SPI6EN)) != RESET) |
Definition at line 1637 of file stm32f4xx_hal_rcc_ex.h.
#define __HAL_RCC_TIM10_IS_CLK_DISABLED | ( | ) | ((RCC->APB2ENR & (RCC_APB2ENR_TIM10EN))== RESET) |
Definition at line 1645 of file stm32f4xx_hal_rcc_ex.h.
#define __HAL_RCC_TIM10_IS_CLK_ENABLED | ( | ) | ((RCC->APB2ENR & (RCC_APB2ENR_TIM10EN))!= RESET) |
Definition at line 1641 of file stm32f4xx_hal_rcc_ex.h.
#define __HAL_RCC_TIM8_IS_CLK_DISABLED | ( | ) | ((RCC->APB2ENR & (RCC_APB2ENR_TIM8EN)) == RESET) |
Definition at line 1646 of file stm32f4xx_hal_rcc_ex.h.
#define __HAL_RCC_TIM8_IS_CLK_ENABLED | ( | ) | ((RCC->APB2ENR & (RCC_APB2ENR_TIM8EN)) != RESET) |
Definition at line 1633 of file stm32f4xx_hal_rcc_ex.h.