/hal_stm32-latest/stm32cube/stm32f0xx/drivers/include/ |
D | stm32f0xx_hal_rcc_ex.h | 1121 SET_BIT(RCC->APB1ENR, RCC_APB1ENR_CECEN);\ 1123 tmpreg = READ_BIT(RCC->APB1ENR, RCC_APB1ENR_CECEN);\ 1127 #define __HAL_RCC_CEC_CLK_DISABLE() (RCC->APB1ENR &= ~(RCC_APB1ENR_CECEN)) 1613 #define __HAL_RCC_CEC_IS_CLK_ENABLED() ((RCC->APB1ENR & (RCC_APB1ENR_CECEN)) != RESET) 1614 #define __HAL_RCC_CEC_IS_CLK_DISABLED() ((RCC->APB1ENR & (RCC_APB1ENR_CECEN)) == RESET)
|
D | stm32f0xx_ll_bus.h | 146 #define LL_APB1_GRP1_PERIPH_CEC RCC_APB1ENR_CECEN
|
/hal_stm32-latest/stm32cube/stm32f1xx/drivers/include/ |
D | stm32f1xx_hal_rcc_ex.h | 939 SET_BIT(RCC->APB1ENR, RCC_APB1ENR_CECEN);\ 941 tmpreg = READ_BIT(RCC->APB1ENR, RCC_APB1ENR_CECEN);\ 948 #define __HAL_RCC_CEC_CLK_DISABLE() (RCC->APB1ENR &= ~(RCC_APB1ENR_CECEN)) 1118 #define __HAL_RCC_CEC_IS_CLK_ENABLED() ((RCC->APB1ENR & (RCC_APB1ENR_CECEN)) != RESET) 1119 #define __HAL_RCC_CEC_IS_CLK_DISABLED() ((RCC->APB1ENR & (RCC_APB1ENR_CECEN)) == RESET)
|
D | stm32f1xx_ll_bus.h | 113 #define LL_APB1_GRP1_PERIPH_CEC RCC_APB1ENR_CECEN
|
/hal_stm32-latest/stm32cube/stm32f3xx/drivers/include/ |
D | stm32f3xx_hal_rcc_ex.h | 2208 SET_BIT(RCC->APB1ENR, RCC_APB1ENR_CECEN);\ 2210 tmpreg = READ_BIT(RCC->APB1ENR, RCC_APB1ENR_CECEN);\ 2225 #define __HAL_RCC_CEC_CLK_DISABLE() (RCC->APB1ENR &= ~(RCC_APB1ENR_CECEN)) 2566 #define __HAL_RCC_CEC_IS_CLK_ENABLED() ((RCC->APB1ENR & (RCC_APB1ENR_CECEN)) != RESET) 2579 #define __HAL_RCC_CEC_IS_CLK_DISABLED() ((RCC->APB1ENR & (RCC_APB1ENR_CECEN)) == RESET)
|
D | stm32f3xx_ll_bus.h | 172 #define LL_APB1_GRP1_PERIPH_CEC RCC_APB1ENR_CECEN
|
/hal_stm32-latest/stm32cube/stm32f7xx/drivers/include/ |
D | stm32f7xx_hal_rcc_ex.h | 1153 SET_BIT(RCC->APB1ENR, RCC_APB1ENR_CECEN);\ 1155 tmpreg = READ_BIT(RCC->APB1ENR, RCC_APB1ENR_CECEN);\ 1198 #define __HAL_RCC_CEC_CLK_DISABLE() (RCC->APB1ENR &= ~(RCC_APB1ENR_CECEN)) 1641 #define __HAL_RCC_CEC_IS_CLK_ENABLED() ((RCC->APB1ENR & (RCC_APB1ENR_CECEN)) != RESET) 1646 #define __HAL_RCC_CEC_IS_CLK_DISABLED() ((RCC->APB1ENR & (RCC_APB1ENR_CECEN)) == RESET)
|
D | stm32f7xx_ll_bus.h | 182 #define LL_APB1_GRP1_PERIPH_CEC RCC_APB1ENR_CECEN
|
/hal_stm32-latest/stm32cube/stm32f4xx/drivers/include/ |
D | stm32f4xx_ll_bus.h | 254 #define LL_APB1_GRP1_PERIPH_CEC RCC_APB1ENR_CECEN
|
D | stm32f4xx_hal_rcc_ex.h | 4256 SET_BIT(RCC->APB1ENR, RCC_APB1ENR_CECEN);\ 4258 tmpreg = READ_BIT(RCC->APB1ENR, RCC_APB1ENR_CECEN);\ 4320 #define __HAL_RCC_CEC_CLK_DISABLE() (RCC->APB1ENR &= ~(RCC_APB1ENR_CECEN)) 4350 #define __HAL_RCC_CEC_IS_CLK_ENABLED() ((RCC->APB1ENR & (RCC_APB1ENR_CECEN)) != RESET) 4370 #define __HAL_RCC_CEC_IS_CLK_DISABLED() ((RCC->APB1ENR & (RCC_APB1ENR_CECEN)) == RESET)
|
/hal_stm32-latest/stm32cube/stm32f1xx/soc/ |
D | stm32f100xb.h | 1327 #define RCC_APB1ENR_CECEN RCC_APB1ENR_CECEN_Msk /*!< CEC interface c… macro
|
D | stm32f100xe.h | 1635 #define RCC_APB1ENR_CECEN RCC_APB1ENR_CECEN_Msk /*!< CEC interface c… macro
|
/hal_stm32-latest/stm32cube/stm32f0xx/soc/ |
D | stm32f058xx.h | 3710 #define RCC_APB1ENR_CECEN RCC_APB1ENR_CECEN_Msk /*!< CEC clock enabl… macro
|
D | stm32f051x8.h | 3735 #define RCC_APB1ENR_CECEN RCC_APB1ENR_CECEN_Msk /*!< CEC clock enabl… macro
|
D | stm32f071xb.h | 4187 #define RCC_APB1ENR_CECEN RCC_APB1ENR_CECEN_Msk /*!< CEC clock enabl… macro
|
D | stm32f042x6.h | 7479 #define RCC_APB1ENR_CECEN RCC_APB1ENR_CECEN_Msk /*!< CEC clock enabl… macro
|
D | stm32f048xx.h | 7455 #define RCC_APB1ENR_CECEN RCC_APB1ENR_CECEN_Msk /*!< CEC clock enabl… macro
|
D | stm32f072xb.h | 7974 #define RCC_APB1ENR_CECEN RCC_APB1ENR_CECEN_Msk /*!< CEC clock enabl… macro
|
D | stm32f091xc.h | 8445 #define RCC_APB1ENR_CECEN RCC_APB1ENR_CECEN_Msk /*!< CEC clock enabl… macro
|
D | stm32f098xx.h | 8421 #define RCC_APB1ENR_CECEN RCC_APB1ENR_CECEN_Msk /*!< CEC clock enabl… macro
|
D | stm32f078xx.h | 7950 #define RCC_APB1ENR_CECEN RCC_APB1ENR_CECEN_Msk /*!< CEC clock enabl… macro
|
/hal_stm32-latest/stm32cube/stm32f3xx/soc/ |
D | stm32f378xx.h | 8013 #define RCC_APB1ENR_CECEN RCC_APB1ENR_CECEN_Msk /*!< CEC clock enabl… macro
|
D | stm32f373xc.h | 8109 #define RCC_APB1ENR_CECEN RCC_APB1ENR_CECEN_Msk /*!< CEC clock enabl… macro
|
/hal_stm32-latest/stm32cube/stm32f4xx/soc/ |
D | stm32f446xx.h | 10662 #define RCC_APB1ENR_CECEN RCC_APB1ENR_CECEN_Msk macro
|
/hal_stm32-latest/stm32cube/stm32f7xx/soc/ |
D | stm32f750xx.h | 11180 #define RCC_APB1ENR_CECEN RCC_APB1ENR_CECEN_Msk macro
|