/hal_stm32-latest/stm32cube/stm32wb0x/drivers/include/ |
D | stm32wb0x_hal_rcc.h | 529 #define __HAL_RCC_I2C1_CLK_ENABLE() LL_APB1_GRP1_EnableClock(LL_APB1_GRP1_PERIPH_I2C1) 549 #define __HAL_RCC_I2C1_CLK_DISABLE() LL_APB1_GRP1_DisableClock(LL_APB1_GRP1_PERIPH_I2C1) 683 …ne __HAL_RCC_I2C1_IS_CLK_ENABLED() LL_APB1_GRP1_IsEnabledClock(LL_APB1_GRP1_PERIPH_I2C1) 703 …__HAL_RCC_I2C1_IS_CLK_DISABLED() !(LL_APB1_GRP1_IsEnabledClock(LL_APB1_GRP1_PERIPH_I2C1)) 833 #define __HAL_RCC_I2C1_FORCE_RESET() LL_APB1_GRP1_ForceReset(LL_APB1_GRP1_PERIPH_I2C1) 854 #define __HAL_RCC_I2C1_RELEASE_RESET() LL_APB1_GRP1_ReleaseReset(LL_APB1_GRP1_PERIPH_I2C1)
|
/hal_stm32-latest/stm32cube/stm32wlxx/drivers/include/ |
D | stm32wlxx_hal_rcc.h | 917 …fine __HAL_RCC_I2C1_CLK_ENABLE() LL_APB1_GRP1_EnableClock(LL_APB1_GRP1_PERIPH_I2C1) 931 …ine __HAL_RCC_I2C1_CLK_DISABLE() LL_APB1_GRP1_DisableClock(LL_APB1_GRP1_PERIPH_I2C1) 1112 …e __HAL_RCC_I2C1_IS_CLK_ENABLED() LL_APB1_GRP1_IsEnabledClock(LL_APB1_GRP1_PERIPH_I2C1) 1245 …efine __HAL_RCC_I2C1_FORCE_RESET() LL_APB1_GRP1_ForceReset(LL_APB1_GRP1_PERIPH_I2C1) 1265 …ine __HAL_RCC_I2C1_RELEASE_RESET() LL_APB1_GRP1_ReleaseReset(LL_APB1_GRP1_PERIPH_I2C1) 1483 …__HAL_RCC_I2C1_CLK_SLEEP_ENABLE() LL_APB1_GRP1_EnableClockSleep(LL_APB1_GRP1_PERIPH_I2C1) 1497 …_HAL_RCC_I2C1_CLK_SLEEP_DISABLE() LL_APB1_GRP1_DisableClockSleep(LL_APB1_GRP1_PERIPH_I2C1) 1681 …AL_RCC_I2C1_IS_CLK_SLEEP_ENABLED() LL_APB1_GRP1_IsEnabledClockSleep(LL_APB1_GRP1_PERIPH_I2C1)
|
/hal_stm32-latest/stm32cube/stm32wbxx/drivers/include/ |
D | stm32wbxx_hal_rcc.h | 990 #define __HAL_RCC_I2C1_CLK_ENABLE() LL_APB1_GRP1_EnableClock(LL_APB1_GRP1_PERIPH_I2C1) 1014 #define __HAL_RCC_I2C1_CLK_DISABLE() LL_APB1_GRP1_DisableClock(LL_APB1_GRP1_PERIPH_I2C1) 1194 …ine __HAL_RCC_I2C1_IS_CLK_ENABLED() LL_APB1_GRP1_IsEnabledClock(LL_APB1_GRP1_PERIPH_I2C1) 1220 … __HAL_RCC_I2C1_IS_CLK_DISABLED() !(LL_APB1_GRP1_IsEnabledClock(LL_APB1_GRP1_PERIPH_I2C1)) 1838 #define __HAL_RCC_I2C1_FORCE_RESET() LL_APB1_GRP1_ForceReset(LL_APB1_GRP1_PERIPH_I2C1) 1869 #define __HAL_RCC_I2C1_RELEASE_RESET() LL_APB1_GRP1_ReleaseReset(LL_APB1_GRP1_PERIPH_I2C1) 2130 …__HAL_RCC_I2C1_CLK_SLEEP_ENABLE() LL_APB1_GRP1_EnableClockSleep(LL_APB1_GRP1_PERIPH_I2C1) 2155 …_HAL_RCC_I2C1_CLK_SLEEP_DISABLE() LL_APB1_GRP1_DisableClockSleep(LL_APB1_GRP1_PERIPH_I2C1)
|
/hal_stm32-latest/stm32cube/stm32f2xx/drivers/src/ |
D | stm32f2xx_ll_i2c.c | 97 LL_APB1_GRP1_ForceReset(LL_APB1_GRP1_PERIPH_I2C1); in LL_I2C_DeInit() 100 LL_APB1_GRP1_ReleaseReset(LL_APB1_GRP1_PERIPH_I2C1); in LL_I2C_DeInit()
|
/hal_stm32-latest/stm32cube/stm32u0xx/drivers/src/ |
D | stm32u0xx_ll_i2c.c | 91 LL_APB1_GRP1_ForceReset(LL_APB1_GRP1_PERIPH_I2C1); in LL_I2C_DeInit() 94 LL_APB1_GRP1_ReleaseReset(LL_APB1_GRP1_PERIPH_I2C1); in LL_I2C_DeInit()
|
/hal_stm32-latest/stm32cube/stm32wlxx/drivers/src/ |
D | stm32wlxx_ll_i2c.c | 96 LL_APB1_GRP1_ForceReset(LL_APB1_GRP1_PERIPH_I2C1); in LL_I2C_DeInit() 99 LL_APB1_GRP1_ReleaseReset(LL_APB1_GRP1_PERIPH_I2C1); in LL_I2C_DeInit()
|
/hal_stm32-latest/stm32cube/stm32wbaxx/drivers/src/ |
D | stm32wbaxx_ll_i2c.c | 105 LL_APB1_GRP1_ForceReset(LL_APB1_GRP1_PERIPH_I2C1); in LL_I2C_DeInit() 108 LL_APB1_GRP1_ReleaseReset(LL_APB1_GRP1_PERIPH_I2C1); in LL_I2C_DeInit()
|
/hal_stm32-latest/stm32cube/stm32f1xx/drivers/src/ |
D | stm32f1xx_ll_i2c.c | 97 LL_APB1_GRP1_ForceReset(LL_APB1_GRP1_PERIPH_I2C1); in LL_I2C_DeInit() 100 LL_APB1_GRP1_ReleaseReset(LL_APB1_GRP1_PERIPH_I2C1); in LL_I2C_DeInit()
|
/hal_stm32-latest/stm32cube/stm32c0xx/drivers/src/ |
D | stm32c0xx_ll_i2c.c | 96 LL_APB1_GRP1_ForceReset(LL_APB1_GRP1_PERIPH_I2C1); in LL_I2C_DeInit() 99 LL_APB1_GRP1_ReleaseReset(LL_APB1_GRP1_PERIPH_I2C1); in LL_I2C_DeInit()
|
/hal_stm32-latest/stm32cube/stm32f0xx/drivers/src/ |
D | stm32f0xx_ll_i2c.c | 96 LL_APB1_GRP1_ForceReset(LL_APB1_GRP1_PERIPH_I2C1); in LL_I2C_DeInit() 99 LL_APB1_GRP1_ReleaseReset(LL_APB1_GRP1_PERIPH_I2C1); in LL_I2C_DeInit()
|
/hal_stm32-latest/stm32cube/stm32wbxx/drivers/src/ |
D | stm32wbxx_ll_i2c.c | 96 LL_APB1_GRP1_ForceReset(LL_APB1_GRP1_PERIPH_I2C1); in LL_I2C_DeInit() 99 LL_APB1_GRP1_ReleaseReset(LL_APB1_GRP1_PERIPH_I2C1); in LL_I2C_DeInit()
|
/hal_stm32-latest/stm32cube/stm32wb0x/drivers/src/ |
D | stm32wb0x_ll_i2c.c | 96 LL_APB1_GRP1_ForceReset(LL_APB1_GRP1_PERIPH_I2C1); in LL_I2C_DeInit() 99 LL_APB1_GRP1_ReleaseReset(LL_APB1_GRP1_PERIPH_I2C1); in LL_I2C_DeInit()
|
/hal_stm32-latest/stm32cube/stm32g0xx/drivers/src/ |
D | stm32g0xx_ll_i2c.c | 96 LL_APB1_GRP1_ForceReset(LL_APB1_GRP1_PERIPH_I2C1); in LL_I2C_DeInit() 99 LL_APB1_GRP1_ReleaseReset(LL_APB1_GRP1_PERIPH_I2C1); in LL_I2C_DeInit()
|
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/src/ |
D | stm32h7rsxx_ll_i2c.c | 96 LL_APB1_GRP1_ForceReset(LL_APB1_GRP1_PERIPH_I2C1); in LL_I2C_DeInit() 99 LL_APB1_GRP1_ReleaseReset(LL_APB1_GRP1_PERIPH_I2C1); in LL_I2C_DeInit()
|
/hal_stm32-latest/stm32cube/stm32l1xx/drivers/src/ |
D | stm32l1xx_ll_i2c.c | 97 LL_APB1_GRP1_ForceReset(LL_APB1_GRP1_PERIPH_I2C1); in LL_I2C_DeInit() 100 LL_APB1_GRP1_ReleaseReset(LL_APB1_GRP1_PERIPH_I2C1); in LL_I2C_DeInit()
|
/hal_stm32-latest/stm32cube/stm32l5xx/drivers/src/ |
D | stm32l5xx_ll_i2c.c | 96 LL_APB1_GRP1_ForceReset(LL_APB1_GRP1_PERIPH_I2C1); in LL_I2C_DeInit() 99 LL_APB1_GRP1_ReleaseReset(LL_APB1_GRP1_PERIPH_I2C1); in LL_I2C_DeInit()
|
/hal_stm32-latest/stm32cube/stm32f3xx/drivers/src/ |
D | stm32f3xx_ll_i2c.c | 96 LL_APB1_GRP1_ForceReset(LL_APB1_GRP1_PERIPH_I2C1); in LL_I2C_DeInit() 99 LL_APB1_GRP1_ReleaseReset(LL_APB1_GRP1_PERIPH_I2C1); in LL_I2C_DeInit()
|
/hal_stm32-latest/stm32cube/stm32f7xx/drivers/src/ |
D | stm32f7xx_ll_i2c.c | 96 LL_APB1_GRP1_ForceReset(LL_APB1_GRP1_PERIPH_I2C1); in LL_I2C_DeInit() 99 LL_APB1_GRP1_ReleaseReset(LL_APB1_GRP1_PERIPH_I2C1); in LL_I2C_DeInit()
|
/hal_stm32-latest/stm32cube/stm32l0xx/drivers/src/ |
D | stm32l0xx_ll_i2c.c | 96 LL_APB1_GRP1_ForceReset(LL_APB1_GRP1_PERIPH_I2C1); in LL_I2C_DeInit() 99 LL_APB1_GRP1_ReleaseReset(LL_APB1_GRP1_PERIPH_I2C1); in LL_I2C_DeInit()
|
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/src/ |
D | stm32h5xx_ll_i2c.c | 96 LL_APB1_GRP1_ForceReset(LL_APB1_GRP1_PERIPH_I2C1); in LL_I2C_DeInit() 99 LL_APB1_GRP1_ReleaseReset(LL_APB1_GRP1_PERIPH_I2C1); in LL_I2C_DeInit()
|
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/src/ |
D | stm32n6xx_ll_i2c.c | 96 LL_APB1_GRP1_ForceReset(LL_APB1_GRP1_PERIPH_I2C1); in LL_I2C_DeInit() 99 LL_APB1_GRP1_ReleaseReset(LL_APB1_GRP1_PERIPH_I2C1); in LL_I2C_DeInit()
|
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/src/ |
D | stm32h7xx_ll_i2c.c | 96 LL_APB1_GRP1_ForceReset(LL_APB1_GRP1_PERIPH_I2C1); in LL_I2C_DeInit() 99 LL_APB1_GRP1_ReleaseReset(LL_APB1_GRP1_PERIPH_I2C1); in LL_I2C_DeInit()
|
/hal_stm32-latest/stm32cube/stm32l4xx/drivers/src/ |
D | stm32l4xx_ll_i2c.c | 96 LL_APB1_GRP1_ForceReset(LL_APB1_GRP1_PERIPH_I2C1); in LL_I2C_DeInit() 99 LL_APB1_GRP1_ReleaseReset(LL_APB1_GRP1_PERIPH_I2C1); in LL_I2C_DeInit()
|
/hal_stm32-latest/stm32cube/stm32g4xx/drivers/src/ |
D | stm32g4xx_ll_i2c.c | 96 LL_APB1_GRP1_ForceReset(LL_APB1_GRP1_PERIPH_I2C1); in LL_I2C_DeInit() 99 LL_APB1_GRP1_ReleaseReset(LL_APB1_GRP1_PERIPH_I2C1); in LL_I2C_DeInit()
|
/hal_stm32-latest/stm32cube/stm32f4xx/drivers/src/ |
D | stm32f4xx_ll_i2c.c | 104 LL_APB1_GRP1_ForceReset(LL_APB1_GRP1_PERIPH_I2C1); in LL_I2C_DeInit() 107 LL_APB1_GRP1_ReleaseReset(LL_APB1_GRP1_PERIPH_I2C1); in LL_I2C_DeInit()
|