/hal_stm32-latest/stm32cube/stm32wb0x/drivers/include/ |
D | stm32wb0x_hal_rcc.h | 532 #define __HAL_RCC_I2C2_CLK_ENABLE() LL_APB1_GRP1_EnableClock(LL_APB1_GRP1_PERIPH_I2C2) 552 #define __HAL_RCC_I2C2_CLK_DISABLE() LL_APB1_GRP1_DisableClock(LL_APB1_GRP1_PERIPH_I2C2) 686 …ne __HAL_RCC_I2C2_IS_CLK_ENABLED() LL_APB1_GRP1_IsEnabledClock(LL_APB1_GRP1_PERIPH_I2C2) 706 …__HAL_RCC_I2C2_IS_CLK_DISABLED() !(LL_APB1_GRP1_IsEnabledClock(LL_APB1_GRP1_PERIPH_I2C2)) 836 #define __HAL_RCC_I2C2_FORCE_RESET() LL_APB1_GRP1_ForceReset(LL_APB1_GRP1_PERIPH_I2C2) 857 #define __HAL_RCC_I2C2_RELEASE_RESET() LL_APB1_GRP1_ReleaseReset(LL_APB1_GRP1_PERIPH_I2C2)
|
/hal_stm32-latest/stm32cube/stm32wlxx/drivers/include/ |
D | stm32wlxx_hal_rcc.h | 918 …fine __HAL_RCC_I2C2_CLK_ENABLE() LL_APB1_GRP1_EnableClock(LL_APB1_GRP1_PERIPH_I2C2) 932 …ine __HAL_RCC_I2C2_CLK_DISABLE() LL_APB1_GRP1_DisableClock(LL_APB1_GRP1_PERIPH_I2C2) 1113 …e __HAL_RCC_I2C2_IS_CLK_ENABLED() LL_APB1_GRP1_IsEnabledClock(LL_APB1_GRP1_PERIPH_I2C2) 1246 …efine __HAL_RCC_I2C2_FORCE_RESET() LL_APB1_GRP1_ForceReset(LL_APB1_GRP1_PERIPH_I2C2) 1266 …ine __HAL_RCC_I2C2_RELEASE_RESET() LL_APB1_GRP1_ReleaseReset(LL_APB1_GRP1_PERIPH_I2C2) 1484 …__HAL_RCC_I2C2_CLK_SLEEP_ENABLE() LL_APB1_GRP1_EnableClockSleep(LL_APB1_GRP1_PERIPH_I2C2) 1498 …_HAL_RCC_I2C2_CLK_SLEEP_DISABLE() LL_APB1_GRP1_DisableClockSleep(LL_APB1_GRP1_PERIPH_I2C2) 1682 …AL_RCC_I2C2_IS_CLK_SLEEP_ENABLED() LL_APB1_GRP1_IsEnabledClockSleep(LL_APB1_GRP1_PERIPH_I2C2)
|
/hal_stm32-latest/stm32cube/stm32f2xx/drivers/src/ |
D | stm32f2xx_ll_i2c.c | 105 LL_APB1_GRP1_ForceReset(LL_APB1_GRP1_PERIPH_I2C2); in LL_I2C_DeInit() 108 LL_APB1_GRP1_ReleaseReset(LL_APB1_GRP1_PERIPH_I2C2); in LL_I2C_DeInit()
|
/hal_stm32-latest/stm32cube/stm32u0xx/drivers/src/ |
D | stm32u0xx_ll_i2c.c | 99 LL_APB1_GRP1_ForceReset(LL_APB1_GRP1_PERIPH_I2C2); in LL_I2C_DeInit() 102 LL_APB1_GRP1_ReleaseReset(LL_APB1_GRP1_PERIPH_I2C2); in LL_I2C_DeInit()
|
/hal_stm32-latest/stm32cube/stm32wlxx/drivers/src/ |
D | stm32wlxx_ll_i2c.c | 104 LL_APB1_GRP1_ForceReset(LL_APB1_GRP1_PERIPH_I2C2); in LL_I2C_DeInit() 107 LL_APB1_GRP1_ReleaseReset(LL_APB1_GRP1_PERIPH_I2C2); in LL_I2C_DeInit()
|
/hal_stm32-latest/stm32cube/stm32f1xx/drivers/src/ |
D | stm32f1xx_ll_i2c.c | 106 LL_APB1_GRP1_ForceReset(LL_APB1_GRP1_PERIPH_I2C2); in LL_I2C_DeInit() 109 LL_APB1_GRP1_ReleaseReset(LL_APB1_GRP1_PERIPH_I2C2); in LL_I2C_DeInit()
|
/hal_stm32-latest/stm32cube/stm32c0xx/drivers/src/ |
D | stm32c0xx_ll_i2c.c | 105 LL_APB1_GRP1_ForceReset(LL_APB1_GRP1_PERIPH_I2C2); in LL_I2C_DeInit() 108 LL_APB1_GRP1_ReleaseReset(LL_APB1_GRP1_PERIPH_I2C2); in LL_I2C_DeInit()
|
/hal_stm32-latest/stm32cube/stm32f0xx/drivers/src/ |
D | stm32f0xx_ll_i2c.c | 105 LL_APB1_GRP1_ForceReset(LL_APB1_GRP1_PERIPH_I2C2); in LL_I2C_DeInit() 108 LL_APB1_GRP1_ReleaseReset(LL_APB1_GRP1_PERIPH_I2C2); in LL_I2C_DeInit()
|
/hal_stm32-latest/stm32cube/stm32wb0x/drivers/src/ |
D | stm32wb0x_ll_i2c.c | 105 LL_APB1_GRP1_ForceReset(LL_APB1_GRP1_PERIPH_I2C2); in LL_I2C_DeInit() 108 LL_APB1_GRP1_ReleaseReset(LL_APB1_GRP1_PERIPH_I2C2); in LL_I2C_DeInit()
|
/hal_stm32-latest/stm32cube/stm32g0xx/drivers/src/ |
D | stm32g0xx_ll_i2c.c | 104 LL_APB1_GRP1_ForceReset(LL_APB1_GRP1_PERIPH_I2C2); in LL_I2C_DeInit() 107 LL_APB1_GRP1_ReleaseReset(LL_APB1_GRP1_PERIPH_I2C2); in LL_I2C_DeInit()
|
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/src/ |
D | stm32h7rsxx_ll_i2c.c | 104 LL_APB1_GRP1_ForceReset(LL_APB1_GRP1_PERIPH_I2C2); in LL_I2C_DeInit() 107 LL_APB1_GRP1_ReleaseReset(LL_APB1_GRP1_PERIPH_I2C2); in LL_I2C_DeInit()
|
/hal_stm32-latest/stm32cube/stm32l1xx/drivers/src/ |
D | stm32l1xx_ll_i2c.c | 105 LL_APB1_GRP1_ForceReset(LL_APB1_GRP1_PERIPH_I2C2); in LL_I2C_DeInit() 108 LL_APB1_GRP1_ReleaseReset(LL_APB1_GRP1_PERIPH_I2C2); in LL_I2C_DeInit()
|
/hal_stm32-latest/stm32cube/stm32l5xx/drivers/src/ |
D | stm32l5xx_ll_i2c.c | 104 LL_APB1_GRP1_ForceReset(LL_APB1_GRP1_PERIPH_I2C2); in LL_I2C_DeInit() 107 LL_APB1_GRP1_ReleaseReset(LL_APB1_GRP1_PERIPH_I2C2); in LL_I2C_DeInit()
|
/hal_stm32-latest/stm32cube/stm32f3xx/drivers/src/ |
D | stm32f3xx_ll_i2c.c | 105 LL_APB1_GRP1_ForceReset(LL_APB1_GRP1_PERIPH_I2C2); in LL_I2C_DeInit() 108 LL_APB1_GRP1_ReleaseReset(LL_APB1_GRP1_PERIPH_I2C2); in LL_I2C_DeInit()
|
/hal_stm32-latest/stm32cube/stm32f7xx/drivers/src/ |
D | stm32f7xx_ll_i2c.c | 104 LL_APB1_GRP1_ForceReset(LL_APB1_GRP1_PERIPH_I2C2); in LL_I2C_DeInit() 107 LL_APB1_GRP1_ReleaseReset(LL_APB1_GRP1_PERIPH_I2C2); in LL_I2C_DeInit()
|
/hal_stm32-latest/stm32cube/stm32l0xx/drivers/src/ |
D | stm32l0xx_ll_i2c.c | 105 LL_APB1_GRP1_ForceReset(LL_APB1_GRP1_PERIPH_I2C2); in LL_I2C_DeInit() 108 LL_APB1_GRP1_ReleaseReset(LL_APB1_GRP1_PERIPH_I2C2); in LL_I2C_DeInit()
|
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/src/ |
D | stm32h5xx_ll_i2c.c | 104 LL_APB1_GRP1_ForceReset(LL_APB1_GRP1_PERIPH_I2C2); in LL_I2C_DeInit() 107 LL_APB1_GRP1_ReleaseReset(LL_APB1_GRP1_PERIPH_I2C2); in LL_I2C_DeInit()
|
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/src/ |
D | stm32n6xx_ll_i2c.c | 104 LL_APB1_GRP1_ForceReset(LL_APB1_GRP1_PERIPH_I2C2); in LL_I2C_DeInit() 107 LL_APB1_GRP1_ReleaseReset(LL_APB1_GRP1_PERIPH_I2C2); in LL_I2C_DeInit()
|
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/src/ |
D | stm32h7xx_ll_i2c.c | 104 LL_APB1_GRP1_ForceReset(LL_APB1_GRP1_PERIPH_I2C2); in LL_I2C_DeInit() 107 LL_APB1_GRP1_ReleaseReset(LL_APB1_GRP1_PERIPH_I2C2); in LL_I2C_DeInit()
|
/hal_stm32-latest/stm32cube/stm32l4xx/drivers/src/ |
D | stm32l4xx_ll_i2c.c | 105 LL_APB1_GRP1_ForceReset(LL_APB1_GRP1_PERIPH_I2C2); in LL_I2C_DeInit() 108 LL_APB1_GRP1_ReleaseReset(LL_APB1_GRP1_PERIPH_I2C2); in LL_I2C_DeInit()
|
/hal_stm32-latest/stm32cube/stm32g4xx/drivers/src/ |
D | stm32g4xx_ll_i2c.c | 104 LL_APB1_GRP1_ForceReset(LL_APB1_GRP1_PERIPH_I2C2); in LL_I2C_DeInit() 107 LL_APB1_GRP1_ReleaseReset(LL_APB1_GRP1_PERIPH_I2C2); in LL_I2C_DeInit()
|
/hal_stm32-latest/stm32cube/stm32f4xx/drivers/src/ |
D | stm32f4xx_ll_i2c.c | 112 LL_APB1_GRP1_ForceReset(LL_APB1_GRP1_PERIPH_I2C2); in LL_I2C_DeInit() 115 LL_APB1_GRP1_ReleaseReset(LL_APB1_GRP1_PERIPH_I2C2); in LL_I2C_DeInit()
|
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/src/ |
D | stm32u5xx_ll_i2c.c | 104 LL_APB1_GRP1_ForceReset(LL_APB1_GRP1_PERIPH_I2C2); in LL_I2C_DeInit() 107 LL_APB1_GRP1_ReleaseReset(LL_APB1_GRP1_PERIPH_I2C2); in LL_I2C_DeInit()
|
/hal_stm32-latest/stm32cube/stm32mp1xx/drivers/src/ |
D | stm32mp1xx_ll_i2c.c | 104 LL_APB1_GRP1_ForceReset(LL_APB1_GRP1_PERIPH_I2C2); in LL_I2C_DeInit() 107 LL_APB1_GRP1_ReleaseReset(LL_APB1_GRP1_PERIPH_I2C2); in LL_I2C_DeInit()
|
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/include/ |
D | stm32n6xx_hal_rcc.h | 1114 #define __HAL_RCC_I2C2_CLK_ENABLE() LL_APB1_GRP1_EnableClock(LL_APB1_GRP1_PERIPH_I2C2) 1115 #define __HAL_RCC_I2C2_CLK_DISABLE() LL_APB1_GRP1_DisableClock(LL_APB1_GRP1_PERIPH_I2C2) 1606 #define __HAL_RCC_I2C2_IS_CLK_ENABLED() LL_APB1_GRP1_IsEnabledClock(LL_APB1_GRP1_PERIPH_I2C2) 2060 #define __HAL_RCC_I2C2_FORCE_RESET() LL_APB1_GRP1_ForceReset(LL_APB1_GRP1_PERIPH_I2C2) 2061 #define __HAL_RCC_I2C2_RELEASE_RESET() LL_APB1_GRP1_ReleaseReset(LL_APB1_GRP1_PERIPH_I2C2) 2620 …fine __HAL_RCC_I2C2_CLK_SLEEP_ENABLE() LL_APB1_GRP1_EnableClockLowPower(LL_APB1_GRP1_PERIPH_I2C2) 2621 …ine __HAL_RCC_I2C2_CLK_SLEEP_DISABLE() LL_APB1_GRP1_DisableClockLowPower(LL_APB1_GRP1_PERIPH_I2C2) 3093 …HAL_RCC_I2C2_IS_CLK_SLEEP_ENABLED() LL_APB1_GRP1_IsEnabledClockLowPower(LL_APB1_GRP1_PERIPH_I2C2)
|