Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32h5xx/drivers/include/
Dstm32h5xx_hal_rcc.h1868 SET_BIT(RCC->APB3ENR, RCC_APB3ENR_I3C2EN); \
1870 … tmpreg = READ_BIT(RCC->APB3ENR, RCC_APB3ENR_I3C2EN); \
1958 #define __HAL_RCC_I3C2_CLK_DISABLE() CLEAR_BIT(RCC->APB3ENR, RCC_APB3ENR_I3C2EN)
2671 #define __HAL_RCC_I3C2_IS_CLK_ENABLED() (READ_BIT(RCC->APB3ENR, RCC_APB3ENR_I3C2EN) != 0U)
2715 #define __HAL_RCC_I3C2_IS_CLK_DISABLED() (READ_BIT(RCC->APB3ENR, RCC_APB3ENR_I3C2EN) == 0U)
Dstm32h5xx_ll_bus.h362 #define LL_APB3_GRP1_PERIPH_I3C2 RCC_APB3ENR_I3C2EN
/hal_stm32-latest/stm32cube/stm32h5xx/soc/
Dstm32h503xx.h9035 #define RCC_APB3ENR_I3C2EN RCC_APB3ENR_I3C2EN_Msk macro
Dstm32h523xx.h13397 #define RCC_APB3ENR_I3C2EN RCC_APB3ENR_I3C2EN_Msk macro
Dstm32h533xx.h13934 #define RCC_APB3ENR_I3C2EN RCC_APB3ENR_I3C2EN_Msk macro