Home
last modified time | relevance | path

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

/hal_stm32-3.5.0/stm32cube/stm32h5xx/drivers/include/
Dstm32h5xx_hal_rcc.h1871 SET_BIT(RCC->APB3ENR, RCC_APB3ENR_I3C2EN); \
1873 … tmpreg = READ_BIT(RCC->APB3ENR, RCC_APB3ENR_I3C2EN); \
1959 #define __HAL_RCC_I3C2_CLK_DISABLE() CLEAR_BIT(RCC->APB3ENR, RCC_APB3ENR_I3C2EN)
2668 #define __HAL_RCC_I3C2_IS_CLK_ENABLED() (READ_BIT(RCC->APB3ENR, RCC_APB3ENR_I3C2EN) != 0U)
2711 #define __HAL_RCC_I3C2_IS_CLK_DISABLED() (READ_BIT(RCC->APB3ENR, RCC_APB3ENR_I3C2EN) == 0U)
Dstm32h5xx_ll_bus.h348 #define LL_APB3_GRP1_PERIPH_I3C2 RCC_APB3ENR_I3C2EN
/hal_stm32-3.5.0/stm32cube/stm32h5xx/soc/
Dstm32h503xx.h9425 #define RCC_APB3ENR_I3C2EN RCC_APB3ENR_I3C2EN_Msk macro