Home
last modified time | relevance | path

Searched refs:RCC_I3C1CLKSOURCE_PCLK1 (Results 1 – 4 of 4) sorted by relevance

/hal_stm32-latest/stm32cube/stm32h5xx/drivers/include/
Dstm32h5xx_hal_rcc_ex.h892 #define RCC_I3C1CLKSOURCE_PCLK1 ((uint32_t)0x00000000U) macro
3477 (((__SOURCE__) == RCC_I3C1CLKSOURCE_PCLK1) || \
3483 (((__SOURCE__) == RCC_I3C1CLKSOURCE_PCLK1) || \
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/include/
Dstm32n6xx_hal_rcc_ex.h291 #define RCC_I3C1CLKSOURCE_PCLK1 LL_RCC_I3C1_CLKSOURCE_PCLK1 macro
2799 (((__SOURCE__) == RCC_I3C1CLKSOURCE_PCLK1) || \
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/include/
Dstm32h7rsxx_hal_rcc_ex.h1810 (((__SOURCE__) == RCC_I3C1CLKSOURCE_PCLK1) || \
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/src/
Dstm32h5xx_hal_rcc_ex.c1102 case RCC_I3C1CLKSOURCE_PCLK1: /* PCLK1 is used as clock source for I3C1*/ in HAL_RCCEx_PeriphCLKConfig()
4159 if (srcclk == RCC_I3C1CLKSOURCE_PCLK1) in HAL_RCCEx_GetPeriphCLKFreq()