Home
last modified time | relevance | path

Searched refs:__HAL_RCC_GET_I3C1_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.c2693 pPeriphClkInit->I3c1ClockSelection = __HAL_RCC_GET_I3C1_SOURCE(); in HAL_RCCEx_GetPeriphCLKConfig()
4162 srcclk = __HAL_RCC_GET_I3C1_SOURCE(); in HAL_RCCEx_GetPeriphCLKFreq()
/trusted-firmware-m-latest/platform/ext/target/stm/common/stm32h5xx/hal/Inc/
Dstm32h5xx_hal_rcc_ex.h2402 #define __HAL_RCC_GET_I3C1_SOURCE() ((uint32_t)(READ_BIT(RCC->CCIPR4, RCC_CCIPR4_I3C1SEL))) macro