Home
last modified time | relevance | path

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

/trusted-firmware-m-latest/platform/ext/target/stm/common/stm32h5xx/hal/Src/
Dstm32h5xx_hal_rcc_ex.c2697 pPeriphClkInit->I3c2ClockSelection = __HAL_RCC_GET_I3C2_SOURCE(); in HAL_RCCEx_GetPeriphCLKConfig()
4195 srcclk = __HAL_RCC_GET_I3C2_SOURCE(); in HAL_RCCEx_GetPeriphCLKFreq()
/trusted-firmware-m-latest/platform/ext/target/stm/common/stm32h5xx/hal/Inc/
Dstm32h5xx_hal_rcc_ex.h2423 #define __HAL_RCC_GET_I3C2_SOURCE() ((uint32_t)(READ_BIT(RCC->CCIPR4, RCC_CCIPR4_I3C2SEL))) macro