Home
last modified time | relevance | path

Searched refs:RCC_APB1LENR_I3C1EN (Results 1 – 8 of 8) sorted by relevance

/hal_stm32-latest/stm32cube/stm32h5xx/drivers/include/
Dstm32h5xx_hal_rcc.h1408 SET_BIT(RCC->APB1LENR, RCC_APB1LENR_I3C1EN); \
1410 … tmpreg = READ_BIT(RCC->APB1LENR, RCC_APB1LENR_I3C1EN); \
1594 #define __HAL_RCC_I3C1_CLK_DISABLE() CLEAR_BIT(RCC->APB1LENR, RCC_APB1LENR_I3C1EN)
2395 #define __HAL_RCC_I3C1_IS_CLK_ENABLED() (READ_BIT(RCC->APB1LENR, RCC_APB1LENR_I3C1EN) != 0U)
2501 #define __HAL_RCC_I3C1_IS_CLK_DISABLED() (READ_BIT(RCC->APB1LENR, RCC_APB1LENR_I3C1EN) == 0U)
Dstm32h5xx_ll_bus.h247 #define LL_APB1_GRP1_PERIPH_I3C1 RCC_APB1LENR_I3C1EN
/hal_stm32-latest/stm32cube/stm32h5xx/soc/
Dstm32h503xx.h8996 #define RCC_APB1LENR_I3C1EN RCC_APB1LENR_I3C1EN_Msk macro
Dstm32h523xx.h13337 #define RCC_APB1LENR_I3C1EN RCC_APB1LENR_I3C1EN_Msk macro
Dstm32h562xx.h14107 #define RCC_APB1LENR_I3C1EN RCC_APB1LENR_I3C1EN_Msk macro
Dstm32h533xx.h13874 #define RCC_APB1LENR_I3C1EN RCC_APB1LENR_I3C1EN_Msk macro
Dstm32h573xx.h16734 #define RCC_APB1LENR_I3C1EN RCC_APB1LENR_I3C1EN_Msk macro
Dstm32h563xx.h16197 #define RCC_APB1LENR_I3C1EN RCC_APB1LENR_I3C1EN_Msk macro