Home
last modified time | relevance | path

Searched refs:RCC_APB1ENR1_I2C3EN (Results 1 – 25 of 65) sorted by relevance

123

/hal_stm32-latest/stm32cube/stm32g4xx/drivers/include/
Dstm32g4xx_hal_rcc.h987 SET_BIT(RCC->APB1ENR1, RCC_APB1ENR1_I2C3EN); \
989 … tmpreg = READ_BIT(RCC->APB1ENR1, RCC_APB1ENR1_I2C3EN); \
1075 #define __HAL_RCC_I2C3_CLK_DISABLE() CLEAR_BIT(RCC->APB1ENR1, RCC_APB1ENR1_I2C3EN)
1448 #define __HAL_RCC_I2C3_IS_CLK_ENABLED() (READ_BIT(RCC->APB1ENR1, RCC_APB1ENR1_I2C3EN) != 0U)
1510 #define __HAL_RCC_I2C3_IS_CLK_DISABLED() (READ_BIT(RCC->APB1ENR1, RCC_APB1ENR1_I2C3EN) == 0U)
Dstm32g4xx_ll_bus.h164 #define LL_APB1_GRP1_PERIPH_I2C3 RCC_APB1ENR1_I2C3EN
/hal_stm32-latest/stm32cube/stm32l5xx/drivers/include/
Dstm32l5xx_hal_rcc.h1067 SET_BIT(RCC->APB1ENR1, RCC_APB1ENR1_I2C3EN); \
1069 … tmpreg = READ_BIT(RCC->APB1ENR1, RCC_APB1ENR1_I2C3EN); \
1202 #define __HAL_RCC_I2C3_CLK_DISABLE() CLEAR_BIT(RCC->APB1ENR1, RCC_APB1ENR1_I2C3EN)
1527 #define __HAL_RCC_I2C3_IS_CLK_ENABLED() (READ_BIT(RCC->APB1ENR1, RCC_APB1ENR1_I2C3EN) != 0U)
1584 #define __HAL_RCC_I2C3_IS_CLK_DISABLED() (READ_BIT(RCC->APB1ENR1, RCC_APB1ENR1_I2C3EN) == 0U)
Dstm32l5xx_ll_bus.h142 #define LL_APB1_GRP1_PERIPH_I2C3 RCC_APB1ENR1_I2C3EN
/hal_stm32-latest/stm32cube/stm32l4xx/drivers/include/
Dstm32l4xx_hal_rcc.h1227 SET_BIT(RCC->APB1ENR1, RCC_APB1ENR1_I2C3EN); \
1229 … tmpreg = READ_BIT(RCC->APB1ENR1, RCC_APB1ENR1_I2C3EN); \
1400 #define __HAL_RCC_I2C3_CLK_DISABLE() CLEAR_BIT(RCC->APB1ENR1, RCC_APB1ENR1_I2C3EN)
1946 #define __HAL_RCC_I2C3_IS_CLK_ENABLED() (READ_BIT(RCC->APB1ENR1, RCC_APB1ENR1_I2C3EN) != 0U)
2045 #define __HAL_RCC_I2C3_IS_CLK_DISABLED() (READ_BIT(RCC->APB1ENR1, RCC_APB1ENR1_I2C3EN) == 0U)
Dstm32l4xx_ll_bus.h207 #define LL_APB1_GRP1_PERIPH_I2C3 RCC_APB1ENR1_I2C3EN
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/include/
Dstm32h7rsxx_ll_bus.h182 #define LL_APB1_GRP1_PERIPH_I2C3 RCC_APB1ENR1_I2C3EN
Dstm32h7rsxx_hal_rcc.h1503 SET_BIT(RCC->APB1ENR1, RCC_APB1ENR1_I2C3EN);\
1611 #define __HAL_RCC_I2C3_CLK_DISABLE() CLEAR_BIT(RCC->APB1ENR1, RCC_APB1ENR1_I2C3EN)
2117 #define __HAL_RCC_I2C3_IS_CLK_ENABLED() (READ_BIT(RCC->APB1ENR1, RCC_APB1ENR1_I2C3EN) != 0U)
/hal_stm32-latest/stm32cube/stm32wbxx/drivers/include/
Dstm32wbxx_ll_bus.h146 #define LL_APB1_GRP1_PERIPH_I2C3 RCC_APB1ENR1_I2C3EN
/hal_stm32-latest/stm32cube/stm32wlxx/drivers/include/
Dstm32wlxx_ll_bus.h124 #define LL_APB1_GRP1_PERIPH_I2C3 RCC_APB1ENR1_I2C3EN
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/include/
Dstm32n6xx_ll_bus.h245 #define LL_APB1_GRP1_PERIPH_I2C3 RCC_APB1ENR1_I2C3EN
/hal_stm32-latest/stm32cube/stm32wlxx/soc/
Dstm32wle4xx.h6299 #define RCC_APB1ENR1_I2C3EN RCC_APB1ENR1_I2C3EN_Msk macro
Dstm32wle5xx.h6299 #define RCC_APB1ENR1_I2C3EN RCC_APB1ENR1_I2C3EN_Msk macro
Dstm32wl5mxx.h7176 #define RCC_APB1ENR1_I2C3EN RCC_APB1ENR1_I2C3EN_Msk macro
Dstm32wl54xx.h7176 #define RCC_APB1ENR1_I2C3EN RCC_APB1ENR1_I2C3EN_Msk macro
Dstm32wl55xx.h7176 #define RCC_APB1ENR1_I2C3EN RCC_APB1ENR1_I2C3EN_Msk macro
/hal_stm32-latest/stm32cube/stm32l4xx/soc/
Dstm32l422xx.h6161 #define RCC_APB1ENR1_I2C3EN RCC_APB1ENR1_I2C3EN_Msk macro
Dstm32l412xx.h5939 #define RCC_APB1ENR1_I2C3EN RCC_APB1ENR1_I2C3EN_Msk macro
/hal_stm32-latest/stm32cube/stm32wbxx/soc/
Dstm32wb35xx.h7710 #define RCC_APB1ENR1_I2C3EN RCC_APB1ENR1_I2C3EN_Msk macro
Dstm32wb55xx.h7925 #define RCC_APB1ENR1_I2C3EN RCC_APB1ENR1_I2C3EN_Msk macro
Dstm32wb5mxx.h7925 #define RCC_APB1ENR1_I2C3EN RCC_APB1ENR1_I2C3EN_Msk macro
/hal_stm32-latest/stm32cube/stm32g4xx/soc/
Dstm32g441xx.h8029 #define RCC_APB1ENR1_I2C3EN RCC_APB1ENR1_I2C3EN_Msk macro
Dstm32gbk1cb.h7782 #define RCC_APB1ENR1_I2C3EN RCC_APB1ENR1_I2C3EN_Msk macro
Dstm32g431xx.h7802 #define RCC_APB1ENR1_I2C3EN RCC_APB1ENR1_I2C3EN_Msk macro
Dstm32g4a1xx.h8411 #define RCC_APB1ENR1_I2C3EN RCC_APB1ENR1_I2C3EN_Msk macro

123