Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/include/
Dstm32h7rsxx_hal_rcc_ex.h312 #define RCC_ADF1CLKSOURCE_HSI (RCC_CCIPR1_ADF1SEL_2 | RCC_CCIPR1_ADF1SEL_0) /*!< HSI selectio… macro
1765 ((__SOURCE__) == RCC_ADF1CLKSOURCE_HSI))
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/include/
Dstm32n6xx_hal_rcc_ex.h131 #define RCC_ADF1CLKSOURCE_HSI LL_RCC_ADF1_CLKSOURCE_HSI macro
2706 ((__SOURCE__) == RCC_ADF1CLKSOURCE_HSI) || \
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/src/
Dstm32h7rsxx_hal_rcc_ex.c412 case RCC_ADF1CLKSOURCE_HSI: /* HSI is used as clock source for ADF1 */ in HAL_RCCEx_PeriphCLKConfig()
1731 case RCC_ADF1CLKSOURCE_HSI: /* HSI is the clock source for ADF1 */ in HAL_RCCEx_GetPeriphCLKFreq()