Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32h5xx/drivers/include/
Dstm32h5xx_hal_rcc.h1858 SET_BIT(RCC->APB3ENR, RCC_APB3ENR_I2C4EN); \
1860 … tmpreg = READ_BIT(RCC->APB3ENR, RCC_APB3ENR_I2C4EN); \
1954 #define __HAL_RCC_I2C4_CLK_DISABLE() CLEAR_BIT(RCC->APB3ENR, RCC_APB3ENR_I2C4EN)
2667 #define __HAL_RCC_I2C4_IS_CLK_ENABLED() (READ_BIT(RCC->APB3ENR, RCC_APB3ENR_I2C4EN) != 0U)
2711 #define __HAL_RCC_I2C4_IS_CLK_DISABLED() (READ_BIT(RCC->APB3ENR, RCC_APB3ENR_I2C4EN) == 0U)
Dstm32h5xx_ll_bus.h359 #define LL_APB3_GRP1_PERIPH_I2C4 RCC_APB3ENR_I2C4EN
/hal_stm32-latest/stm32cube/stm32h5xx/soc/
Dstm32h562xx.h14203 #define RCC_APB3ENR_I2C4EN RCC_APB3ENR_I2C4EN_Msk macro
Dstm32h573xx.h16830 #define RCC_APB3ENR_I2C4EN RCC_APB3ENR_I2C4EN_Msk macro
Dstm32h563xx.h16293 #define RCC_APB3ENR_I2C4EN RCC_APB3ENR_I2C4EN_Msk macro