Home
last modified time | relevance | path

Searched refs:RCC_APBENR1_CECEN (Results 1 – 6 of 6) sorted by relevance

/hal_stm32-3.4.0/stm32cube/stm32g0xx/drivers/include/
Dstm32g0xx_hal_rcc.h1155 SET_BIT(RCC->APBENR1, RCC_APBENR1_CECEN); \
1157 … tmpreg = READ_BIT(RCC->APBENR1, RCC_APBENR1_CECEN); \
1380 #define __HAL_RCC_CEC_CLK_DISABLE() CLEAR_BIT(RCC->APBENR1, RCC_APBENR1_CECEN)
1541 #define __HAL_RCC_CEC_IS_CLK_ENABLED() (READ_BIT(RCC->APBENR1, RCC_APBENR1_CECEN) != 0U)
1605 #define __HAL_RCC_CEC_IS_CLK_DISABLED() (READ_BIT(RCC->APBENR1, RCC_APBENR1_CECEN) == 0U)
Dstm32g0xx_ll_bus.h152 #define LL_APB1_GRP1_PERIPH_CEC RCC_APBENR1_CECEN
/hal_stm32-3.4.0/stm32cube/stm32g0xx/soc/
Dstm32g081xx.h5498 #define RCC_APBENR1_CECEN RCC_APBENR1_CECEN_Msk macro
Dstm32g071xx.h5250 #define RCC_APBENR1_CECEN RCC_APBENR1_CECEN_Msk macro
Dstm32g0b1xx.h6608 #define RCC_APBENR1_CECEN RCC_APBENR1_CECEN_Msk macro
Dstm32g0c1xx.h6856 #define RCC_APBENR1_CECEN RCC_APBENR1_CECEN_Msk macro