Home
last modified time | relevance | path

Searched refs:RCC_I3C2CLKSOURCE_HSI (Results 1 – 3 of 3) sorted by relevance

/hal_stm32-latest/stm32cube/stm32h5xx/drivers/include/
Dstm32h5xx_hal_rcc_ex.h913 #define RCC_I3C2CLKSOURCE_HSI RCC_CCIPR4_I3C2SEL_1 macro
3494 ((__SOURCE__) == RCC_I3C2CLKSOURCE_HSI))
3499 ((__SOURCE__) == RCC_I3C2CLKSOURCE_HSI))
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/include/
Dstm32n6xx_hal_rcc_ex.h309 #define RCC_I3C2CLKSOURCE_HSI LL_RCC_I3C2_CLKSOURCE_HSI macro
2812 ((__SOURCE__) == RCC_I3C2CLKSOURCE_HSI))
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/src/
Dstm32h5xx_hal_rcc_ex.c1166 case RCC_I3C2CLKSOURCE_HSI: /* HSI clock is used as source of I3C2 clock*/ in HAL_RCCEx_PeriphCLKConfig()
4208 else if ((HAL_IS_BIT_SET(RCC->CR, RCC_CR_HSIRDY)) && (srcclk == RCC_I3C2CLKSOURCE_HSI)) in HAL_RCCEx_GetPeriphCLKFreq()