Searched refs:RCC_APBENR1_CECEN (Results 1 – 6 of 6) sorted by relevance
1189 SET_BIT(RCC->APBENR1, RCC_APBENR1_CECEN); \1191 … tmpreg = READ_BIT(RCC->APBENR1, RCC_APBENR1_CECEN); \1414 #define __HAL_RCC_CEC_CLK_DISABLE() CLEAR_BIT(RCC->APBENR1, RCC_APBENR1_CECEN)1575 #define __HAL_RCC_CEC_IS_CLK_ENABLED() (READ_BIT(RCC->APBENR1, RCC_APBENR1_CECEN) != 0U)1639 #define __HAL_RCC_CEC_IS_CLK_DISABLED() (READ_BIT(RCC->APBENR1, RCC_APBENR1_CECEN) == 0U)
152 #define LL_APB1_GRP1_PERIPH_CEC RCC_APBENR1_CECEN
5256 #define RCC_APBENR1_CECEN RCC_APBENR1_CECEN_Msk macro
5504 #define RCC_APBENR1_CECEN RCC_APBENR1_CECEN_Msk macro
6862 #define RCC_APBENR1_CECEN RCC_APBENR1_CECEN_Msk macro
6614 #define RCC_APBENR1_CECEN RCC_APBENR1_CECEN_Msk macro