Home
last modified time | relevance | path

Searched refs:__HAL_RCC_I2C1235_CONFIG (Results 1 – 2 of 2) sorted by relevance

/hal_stm32-latest/stm32cube/stm32h7xx/drivers/include/
Dstm32h7xx_hal_rcc_ex.h2278 #define __HAL_RCC_I2C1235_CONFIG(__I2C1235CLKSource__) \ macro
2281 #define __HAL_RCC_I2C123_CONFIG __HAL_RCC_I2C1235_CONFIG
2313 #define __HAL_RCC_I2C1_CONFIG __HAL_RCC_I2C1235_CONFIG
2341 #define __HAL_RCC_I2C2_CONFIG __HAL_RCC_I2C1235_CONFIG
2369 #define __HAL_RCC_I2C3_CONFIG __HAL_RCC_I2C1235_CONFIG
2427 #define __HAL_RCC_I2C5_CONFIG __HAL_RCC_I2C1235_CONFIG
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/src/
Dstm32h7xx_hal_rcc_ex.c1286 __HAL_RCC_I2C1235_CONFIG(PeriphClkInit->I2c1235ClockSelection); in HAL_RCCEx_PeriphCLKConfig()