Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32mp1xx/drivers/src/
Dstm32mp1xx_hal_rcc_ex.c1916 PeriphClkInit->I2c12ClockSelection = __HAL_RCC_GET_I2C12_SOURCE(); in HAL_RCCEx_GetPeriphCLKConfig()
2096 clksource = __HAL_RCC_GET_I2C12_SOURCE(); in HAL_RCCEx_GetPeriphCLKFreq()
/hal_stm32-latest/stm32cube/stm32mp1xx/drivers/include/
Dstm32mp1xx_hal_rcc_ex.h1102 #define __HAL_RCC_GET_I2C12_SOURCE() ((uint32_t)(READ_BIT(RCC->I2C12CKSELR, RCC_I2C12CKSELR_I2C12SR… macro