Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32mp1xx/drivers/src/
Dstm32mp1xx_hal_rcc_ex.c1920 PeriphClkInit->I2c46ClockSelection = __HAL_RCC_GET_I2C46_SOURCE(); in HAL_RCCEx_GetPeriphCLKConfig()
2844 clksource = __HAL_RCC_GET_I2C46_SOURCE(); in HAL_RCCEx_GetPeriphCLKFreq()
/hal_stm32-latest/stm32cube/stm32mp1xx/drivers/include/
Dstm32mp1xx_hal_rcc_ex.h1146 #define __HAL_RCC_GET_I2C46_SOURCE() ((uint32_t)(READ_BIT(RCC->I2C46CKSELR, RCC_I2C46CKSELR_I2C46SR… macro