Searched refs:__I2C3_CLKSOURCE__ (Results 1 – 12 of 12) sorted by relevance
| /hal_stm32-latest/stm32cube/stm32wlxx/drivers/include/ |
| D | stm32wlxx_hal_rcc_ex.h | 496 #define __HAL_RCC_I2C3_CONFIG(__I2C3_CLKSOURCE__) LL_RCC_SetI2CClockSource(__I2C3_CLKSOURCE__) argument
|
| /hal_stm32-latest/stm32cube/stm32wbaxx/drivers/include/ |
| D | stm32wbaxx_hal_rcc_ex.h | 697 #define __HAL_RCC_I2C3_CONFIG(__I2C3_CLKSOURCE__) \ argument 698 MODIFY_REG(RCC->CCIPR3, RCC_CCIPR3_I2C3SEL, (__I2C3_CLKSOURCE__))
|
| /hal_stm32-latest/stm32cube/stm32u0xx/drivers/include/ |
| D | stm32u0xx_hal_rcc_ex.h | 652 #define __HAL_RCC_I2C3_CONFIG(__I2C3_CLKSOURCE__) \ argument 653 MODIFY_REG(RCC->CCIPR, RCC_CCIPR_I2C3SEL, (uint32_t)(__I2C3_CLKSOURCE__))
|
| /hal_stm32-latest/stm32cube/stm32wbxx/drivers/include/ |
| D | stm32wbxx_hal_rcc_ex.h | 1007 #define __HAL_RCC_I2C3_CONFIG(__I2C3_CLKSOURCE__) LL_RCC_SetI2CClockSource(__I2C3_CLKSOURCE__) argument
|
| /hal_stm32-latest/stm32cube/stm32g4xx/drivers/include/ |
| D | stm32g4xx_hal_rcc_ex.h | 765 #define __HAL_RCC_I2C3_CONFIG(__I2C3_CLKSOURCE__) \ argument 766 MODIFY_REG(RCC->CCIPR, RCC_CCIPR_I2C3SEL, (__I2C3_CLKSOURCE__))
|
| /hal_stm32-latest/stm32cube/stm32u5xx/drivers/include/ |
| D | stm32u5xx_hal_rcc_ex.h | 1655 #define __HAL_RCC_I2C3_CONFIG(__I2C3_CLKSOURCE__) \ argument 1656 MODIFY_REG(RCC->CCIPR3, RCC_CCIPR3_I2C3SEL, (uint32_t)(__I2C3_CLKSOURCE__))
|
| /hal_stm32-latest/stm32cube/stm32l5xx/drivers/include/ |
| D | stm32l5xx_hal_rcc_ex.h | 1080 #define __HAL_RCC_I2C3_CONFIG(__I2C3_CLKSOURCE__) \ argument 1081 MODIFY_REG(RCC->CCIPR1, RCC_CCIPR1_I2C3SEL, (uint32_t)(__I2C3_CLKSOURCE__))
|
| /hal_stm32-latest/stm32cube/stm32n6xx/drivers/include/ |
| D | stm32n6xx_hal_rcc_ex.h | 1510 #define __HAL_RCC_I2C3_CONFIG(__I2C3_CLKSOURCE__) \ argument 1511 LL_RCC_SetI2CClockSource((__I2C3_CLKSOURCE__))
|
| /hal_stm32-latest/stm32cube/stm32l4xx/drivers/include/ |
| D | stm32l4xx_hal_rcc_ex.h | 1508 #define __HAL_RCC_I2C3_CONFIG(__I2C3_CLKSOURCE__) \ argument 1509 MODIFY_REG(RCC->CCIPR, RCC_CCIPR_I2C3SEL, (__I2C3_CLKSOURCE__))
|
| /hal_stm32-latest/stm32cube/stm32h5xx/drivers/include/ |
| D | stm32h5xx_hal_rcc_ex.h | 2309 #define __HAL_RCC_I2C3_CONFIG(__I2C3_CLKSOURCE__) \ argument 2310 MODIFY_REG(RCC->CCIPR4, RCC_CCIPR4_I2C3SEL, (uint32_t)(__I2C3_CLKSOURCE__))
|
| /hal_stm32-latest/stm32cube/stm32l0xx/drivers/include/ |
| D | stm32l0xx_hal_rcc_ex.h | 1552 #define __HAL_RCC_I2C3_CONFIG(__I2C3_CLKSOURCE__) \ argument 1553 MODIFY_REG(RCC->CCIPR, RCC_CCIPR_I2C3SEL, (uint32_t)(__I2C3_CLKSOURCE__))
|
| /hal_stm32-latest/stm32cube/stm32f7xx/drivers/include/ |
| D | stm32f7xx_hal_rcc_ex.h | 2893 #define __HAL_RCC_I2C3_CONFIG(__I2C3_CLKSOURCE__) \ argument 2894 MODIFY_REG(RCC->DCKCFGR2, RCC_DCKCFGR2_I2C3SEL, (uint32_t)(__I2C3_CLKSOURCE__))
|