Home
last modified time | relevance | path

Searched refs:RCC_APB1LENR_COMPEN (Results 1 – 3 of 3) sorted by relevance

/hal_stm32-3.4.0/stm32cube/stm32h5xx/drivers/include/
Dstm32h5xx_hal_rcc.h1354 SET_BIT(RCC->APB1LENR, RCC_APB1LENR_COMPEN); \
1356 … tmpreg = READ_BIT(RCC->APB1LENR, RCC_APB1LENR_COMPEN); \
1582 #define __HAL_RCC_COMP_CLK_DISABLE() CLEAR_BIT(RCC->APB1LENR, RCC_APB1LENR_COMPEN)
2376 #define __HAL_RCC_COMP_IS_CLK_ENABLED() (READ_BIT(RCC->APB1LENR, RCC_APB1LENR_COMPEN) != 0U)
2482 #define __HAL_RCC_COMP_IS_CLK_DISABLED() (READ_BIT(RCC->APB1LENR, RCC_APB1LENR_COMPEN) == 0U)
Dstm32h5xx_ll_bus.h227 #define LL_APB1_GRP1_PERIPH_COMP RCC_APB1LENR_COMPEN
/hal_stm32-3.4.0/stm32cube/stm32h5xx/soc/
Dstm32h503xx.h9370 #define RCC_APB1LENR_COMPEN RCC_APB1LENR_COMPEN_Msk macro