Home
last modified time | relevance | path

Searched refs:RCC_APB7ENR_COMPEN (Results 1 – 4 of 4) sorted by relevance

/hal_stm32-3.7.0/stm32cube/stm32wbaxx/drivers/include/
Dstm32wbaxx_hal_rcc.h1014 SET_BIT(RCC->APB7ENR, RCC_APB7ENR_COMPEN); \
1016 … tmpreg = READ_BIT(RCC->APB7ENR, RCC_APB7ENR_COMPEN); \
1041 #define __HAL_RCC_COMP_CLK_DISABLE() CLEAR_BIT(RCC->APB7ENR, RCC_APB7ENR_COMPEN)
1159 #define __HAL_RCC_COMP_IS_CLK_ENABLED() (READ_BIT(RCC->APB7ENR, RCC_APB7ENR_COMPEN) != 0U)
Dstm32wbaxx_ll_bus.h188 #define LL_APB7_GRP1_PERIPH_COMP RCC_APB7ENR_COMPEN
/hal_stm32-3.7.0/stm32cube/stm32wbaxx/soc/
Dstm32wba54xx.h10438 #define RCC_APB7ENR_COMPEN RCC_APB7ENR_COMPEN_Msk macro
Dstm32wba55xx.h10456 #define RCC_APB7ENR_COMPEN RCC_APB7ENR_COMPEN_Msk macro