Home
last modified time | relevance | path

Searched refs:RCC_APB2ENR_EXTITEN (Results 1 – 11 of 11) sorted by relevance

/hal_stm32-latest/stm32cube/stm32f4xx/drivers/include/
Dstm32f4xx_ll_bus.h303 #if defined(RCC_APB2ENR_EXTITEN)
304 #define LL_APB2_GRP1_PERIPH_EXTI RCC_APB2ENR_EXTITEN
Dstm32f4xx_hal_rcc_ex.h3419 SET_BIT(RCC->APB2ENR, RCC_APB2ENR_EXTITEN);\
3421 tmpreg = READ_BIT(RCC->APB2ENR, RCC_APB2ENR_EXTITEN);\
3425 #define __HAL_RCC_EXTIT_CLK_DISABLE() (RCC->APB2ENR &= ~(RCC_APB2ENR_EXTITEN))
3438 #define __HAL_RCC_EXTIT_IS_CLK_ENABLED() ((RCC->APB2ENR & (RCC_APB2ENR_EXTITEN)) != RESET)
3441 #define __HAL_RCC_EXTIT_IS_CLK_DISABLED() ((RCC->APB2ENR & (RCC_APB2ENR_EXTITEN)) == RESET)
5283 SET_BIT(RCC->APB2ENR, RCC_APB2ENR_EXTITEN);\
5285 tmpreg = READ_BIT(RCC->APB2ENR, RCC_APB2ENR_EXTITEN);\
5335 #define __HAL_RCC_EXTIT_CLK_DISABLE() (RCC->APB2ENR &= ~(RCC_APB2ENR_EXTITEN))
5363 #define __HAL_RCC_EXTIT_IS_CLK_ENABLED() ((RCC->APB2ENR & (RCC_APB2ENR_EXTITEN)) != RESET)
5381 #define __HAL_RCC_EXTIT_IS_CLK_DISABLED() ((RCC->APB2ENR & (RCC_APB2ENR_EXTITEN)) == RESET)
/hal_stm32-latest/stm32cube/stm32f4xx/soc/
Dstm32f410cx.h4668 #define RCC_APB2ENR_EXTITEN RCC_APB2ENR_EXTITEN_Msk macro
Dstm32f410rx.h4672 #define RCC_APB2ENR_EXTITEN RCC_APB2ENR_EXTITEN_Msk macro
Dstm32f410tx.h4643 #define RCC_APB2ENR_EXTITEN RCC_APB2ENR_EXTITEN_Msk macro
Dstm32f412cx.h8852 #define RCC_APB2ENR_EXTITEN RCC_APB2ENR_EXTITEN_Msk macro
Dstm32f423xx.h10166 #define RCC_APB2ENR_EXTITEN RCC_APB2ENR_EXTITEN_Msk macro
Dstm32f412zx.h9830 #define RCC_APB2ENR_EXTITEN RCC_APB2ENR_EXTITEN_Msk macro
Dstm32f412rx.h9806 #define RCC_APB2ENR_EXTITEN RCC_APB2ENR_EXTITEN_Msk macro
Dstm32f412vx.h9814 #define RCC_APB2ENR_EXTITEN RCC_APB2ENR_EXTITEN_Msk macro
Dstm32f413xx.h10124 #define RCC_APB2ENR_EXTITEN RCC_APB2ENR_EXTITEN_Msk macro