Home
last modified time | relevance | path

Searched refs:RCC_ADCCLKSOURCE_HSI (Results 1 – 9 of 9) sorted by relevance

/hal_stm32-latest/stm32cube/stm32wlxx/drivers/include/
Dstm32wlxx_hal_rcc_ex.h117 ((__SOURCE__) == RCC_ADCCLKSOURCE_HSI) || \
339 #define RCC_ADCCLKSOURCE_HSI LL_RCC_ADC_CLKSOURCE_HSI /*!< HSI clock selected as ADC … macro
/hal_stm32-latest/stm32cube/stm32wbaxx/drivers/include/
Dstm32wbaxx_hal_rcc_ex.h364 #define RCC_ADCCLKSOURCE_HSI RCC_CCIPR3_ADCSEL_2 macro
972 ((__SOURCE__) == RCC_ADCCLKSOURCE_HSI))
/hal_stm32-latest/stm32cube/stm32u0xx/drivers/include/
Dstm32u0xx_hal_rcc_ex.h371 #define RCC_ADCCLKSOURCE_HSI RCC_CCIPR_ADCSEL_1 macro
1260 ((__SOURCE__) == RCC_ADCCLKSOURCE_HSI))
/hal_stm32-latest/stm32cube/stm32wbxx/drivers/include/
Dstm32wbxx_hal_rcc_ex.h194 ((__SOURCE__) == RCC_ADCCLKSOURCE_HSI) || \
592 #define RCC_ADCCLKSOURCE_HSI LL_RCC_ADC_CLKSOURCE_HSI /*!< HSI clock selected as AD… macro
/hal_stm32-latest/stm32cube/stm32g0xx/drivers/include/
Dstm32g0xx_hal_rcc_ex.h449 #define RCC_ADCCLKSOURCE_HSI RCC_CCIPR_ADCSEL_1 /*!< HSI used as ADC clock */ macro
1496 ((__SOURCE__) == RCC_ADCCLKSOURCE_HSI))
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/include/
Dstm32n6xx_hal_rcc_ex.h116 #define RCC_ADCCLKSOURCE_HSI LL_RCC_ADC_CLKSOURCE_HSI macro
2693 ((__SOURCE__) == RCC_ADCCLKSOURCE_HSI) || \
/hal_stm32-latest/stm32cube/stm32wbaxx/drivers/src/
Dstm32wbaxx_hal_rcc_ex.c1034 else if (srcclk == RCC_ADCCLKSOURCE_HSI) in HAL_RCCEx_GetPeriphCLKFreq()
/hal_stm32-latest/stm32cube/stm32u0xx/drivers/src/
Dstm32u0xx_hal_rcc_ex.c712 case RCC_ADCCLKSOURCE_HSI: in HAL_RCCEx_GetPeriphCLKFreq()
/hal_stm32-latest/stm32cube/stm32g0xx/drivers/src/
Dstm32g0xx_hal_rcc_ex.c871 else if (srcclk == RCC_ADCCLKSOURCE_HSI) in HAL_RCCEx_GetPeriphCLKFreq()