Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32h5xx/drivers/include/
Dstm32h5xx_hal_rcc_ex.h898 #define RCC_I3C1CLKSOURCE_HSI RCC_CCIPR4_I3C1SEL_1 macro
3479 ((__SOURCE__) == RCC_I3C1CLKSOURCE_HSI))
3485 ((__SOURCE__) == RCC_I3C1CLKSOURCE_HSI))
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/include/
Dstm32n6xx_hal_rcc_ex.h296 #define RCC_I3C1CLKSOURCE_HSI LL_RCC_I3C1_CLKSOURCE_HSI macro
2804 ((__SOURCE__) == RCC_I3C1CLKSOURCE_HSI))
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/include/
Dstm32h7rsxx_hal_rcc_ex.h1812 ((__SOURCE__) == RCC_I3C1CLKSOURCE_HSI) || \
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/src/
Dstm32h5xx_hal_rcc_ex.c1119 case RCC_I3C1CLKSOURCE_HSI: /* HSI clock is used as source of I3C1 clock*/ in HAL_RCCEx_PeriphCLKConfig()
4176 else if ((HAL_IS_BIT_SET(RCC->CR, RCC_CR_HSIRDY)) && (srcclk == RCC_I3C1CLKSOURCE_HSI)) in HAL_RCCEx_GetPeriphCLKFreq()