Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32h7xx/drivers/include/
Dstm32h7xx_hal_rcc.h1933 SET_BIT(RCC->APB1LENR, RCC_APB1LENR_I2C5EN);\
1935 tmpreg = READ_BIT(RCC->APB1LENR, RCC_APB1LENR_I2C5EN);\
2058 #define __HAL_RCC_I2C5_CLK_DISABLE() (RCC->APB1LENR) &= ~ (RCC_APB1LENR_I2C5EN)
2107 #define __HAL_RCC_I2C5_IS_CLK_ENABLED() ((RCC->APB1LENR & RCC_APB1LENR_I2C5EN) != 0U)
2149 #define __HAL_RCC_I2C5_IS_CLK_DISABLED() ((RCC->APB1LENR & RCC_APB1LENR_I2C5EN) == 0U)
Dstm32h7xx_ll_bus.h281 #define LL_APB1_GRP1_PERIPH_I2C5 RCC_APB1LENR_I2C5EN
/hal_stm32-latest/stm32cube/stm32h7xx/soc/
Dstm32h730xxq.h16024 #define RCC_APB1LENR_I2C5EN RCC_APB1LENR_I2C5EN_Msk macro
Dstm32h733xx.h16012 #define RCC_APB1LENR_I2C5EN RCC_APB1LENR_I2C5EN_Msk macro
Dstm32h725xx.h15561 #define RCC_APB1LENR_I2C5EN RCC_APB1LENR_I2C5EN_Msk macro
Dstm32h730xx.h16012 #define RCC_APB1LENR_I2C5EN RCC_APB1LENR_I2C5EN_Msk macro
Dstm32h735xx.h16024 #define RCC_APB1LENR_I2C5EN RCC_APB1LENR_I2C5EN_Msk macro
Dstm32h723xx.h15549 #define RCC_APB1LENR_I2C5EN RCC_APB1LENR_I2C5EN_Msk macro