Home
last modified time | relevance | path

Searched refs:ADC_CCR_PRESC (Results 1 – 25 of 204) sorted by relevance

123456789

/hal_stm32-latest/stm32cube/stm32u5xx/drivers/src/
Dstm32u5xx_ll_adc.c445 ADC_CCR_PRESC in LL_ADC_CommonInit()
459 ADC_CCR_PRESC in LL_ADC_CommonInit()
788 … CLEAR_BIT(ADC4_COMMON->CCR, ADC_CCR_VBATEN | ADC_CCR_VSENSEEN | ADC_CCR_VREFEN | ADC_CCR_PRESC); in LL_ADC_DeInit()
Dstm32u5xx_hal_adc.c619 ADC_CCR_PRESC, in HAL_ADC_Init()
620 hadc->Init.ClockPrescaler & ADC_CCR_PRESC); in HAL_ADC_Init()
1144 ADC12_COMMON->CCR &= ~(ADC_CCR_VBATEN | ADC_CCR_VSENSEEN | ADC_CCR_VREFEN | ADC_CCR_PRESC); in HAL_ADC_DeInit()
/hal_stm32-latest/stm32cube/stm32wbxx/drivers/include/
Dstm32wbxx_hal_adc_ex.h505ADC_CCR_PRESC | \
511ADC_CCR_PRESC | \
Dstm32wbxx_ll_adc.h2419 MODIFY_REG(ADCxy_COMMON->CCR, ADC_CCR_PRESC, CommonClock); in LL_ADC_SetCommonClock()
2421 MODIFY_REG(ADCxy_COMMON->CCR, ADC_CCR_CKMODE | ADC_CCR_PRESC, CommonClock); in LL_ADC_SetCommonClock()
2453 return (uint32_t)(READ_BIT(ADCxy_COMMON->CCR, ADC_CCR_PRESC)); in LL_ADC_GetCommonClock()
2455 return (uint32_t)(READ_BIT(ADCxy_COMMON->CCR, ADC_CCR_CKMODE | ADC_CCR_PRESC)); in LL_ADC_GetCommonClock()
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/include/
Dstm32h7rsxx_hal_adc_ex.h696 ADC_CCR_PRESC | \
707 ADC_CCR_PRESC | \
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/include/
Dstm32h5xx_hal_adc_ex.h715 ADC_CCR_PRESC | \
726 ADC_CCR_PRESC | \
/hal_stm32-latest/stm32cube/stm32l5xx/drivers/include/
Dstm32l5xx_hal_adc_ex.h707 ADC_CCR_PRESC | \
718 ADC_CCR_PRESC | \
/hal_stm32-latest/stm32cube/stm32l5xx/drivers/src/
Dstm32l5xx_ll_adc.c379 | ADC_CCR_PRESC in LL_ADC_CommonInit()
394 | ADC_CCR_PRESC in LL_ADC_CommonInit()
/hal_stm32-latest/stm32cube/stm32l4xx/drivers/src/
Dstm32l4xx_ll_adc.c379 | ADC_CCR_PRESC in LL_ADC_CommonInit()
394 | ADC_CCR_PRESC in LL_ADC_CommonInit()
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/src/
Dstm32h7rsxx_ll_adc.c387 | ADC_CCR_PRESC in LL_ADC_CommonInit()
402 | ADC_CCR_PRESC in LL_ADC_CommonInit()
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/src/
Dstm32h5xx_ll_adc.c431 | ADC_CCR_PRESC in LL_ADC_CommonInit()
446 | ADC_CCR_PRESC in LL_ADC_CommonInit()
/hal_stm32-latest/stm32cube/stm32mp1xx/drivers/src/
Dstm32mp1xx_ll_adc.c393 | ADC_CCR_PRESC in LL_ADC_CommonInit()
408 | ADC_CCR_PRESC in LL_ADC_CommonInit()
/hal_stm32-latest/stm32cube/stm32c0xx/drivers/src/
Dstm32c0xx_hal_adc.c638 ADC_CCR_PRESC, in HAL_ADC_Init()
639 hadc->Init.ClockPrescaler & ADC_CCR_PRESC); in HAL_ADC_Init()
829 ADC1_COMMON->CCR &= ~(ADC_CCR_TSEN | ADC_CCR_VREFEN | ADC_CCR_PRESC); in HAL_ADC_DeInit()
/hal_stm32-latest/stm32cube/stm32g0xx/drivers/src/
Dstm32g0xx_hal_adc.c632 ADC_CCR_PRESC, in HAL_ADC_Init()
633 hadc->Init.ClockPrescaler & ADC_CCR_PRESC); in HAL_ADC_Init()
821 ADC1_COMMON->CCR &= ~(ADC_CCR_VBATEN | ADC_CCR_TSEN | ADC_CCR_VREFEN | ADC_CCR_PRESC); in HAL_ADC_DeInit()
/hal_stm32-latest/stm32cube/stm32wlxx/drivers/src/
Dstm32wlxx_hal_adc.c631 ADC_CCR_PRESC, in HAL_ADC_Init()
632 hadc->Init.ClockPrescaler & ADC_CCR_PRESC); in HAL_ADC_Init()
813 ADC_COMMON->CCR &= ~(ADC_CCR_VBATEN | ADC_CCR_TSEN | ADC_CCR_VREFEN | ADC_CCR_PRESC); in HAL_ADC_DeInit()
/hal_stm32-latest/stm32cube/stm32wbxx/drivers/src/
Dstm32wbxx_ll_adc.c383 | ADC_CCR_PRESC in LL_ADC_CommonInit()
398 | ADC_CCR_PRESC in LL_ADC_CommonInit()
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/src/
Dstm32h7xx_ll_adc.c432 | ADC_CCR_PRESC in LL_ADC_CommonInit()
447 | ADC_CCR_PRESC in LL_ADC_CommonInit()
/hal_stm32-latest/stm32cube/stm32u0xx/drivers/src/
Dstm32u0xx_hal_adc.c636 ADC_CCR_PRESC, in HAL_ADC_Init()
637 hadc->Init.ClockPrescaler & ADC_CCR_PRESC); in HAL_ADC_Init()
825 ADC1_COMMON->CCR &= ~(ADC_CCR_VBATEN | ADC_CCR_TSEN | ADC_CCR_VREFEN | ADC_CCR_PRESC); in HAL_ADC_DeInit()
/hal_stm32-latest/stm32cube/stm32wbaxx/drivers/src/
Dstm32wbaxx_hal_adc.c573 ADC_CCR_PRESC, in HAL_ADC_Init()
574 hadc->Init.ClockPrescaler & ADC_CCR_PRESC); in HAL_ADC_Init()
844 ADC4_COMMON->CCR &= ~(ADC_CCR_TSEN | ADC_CCR_VREFEN | ADC_CCR_PRESC); in HAL_ADC_DeInit()
/hal_stm32-latest/stm32cube/stm32l4xx/drivers/include/
Dstm32l4xx_hal_adc_ex.h773 ADC_CCR_PRESC | \
784 ADC_CCR_PRESC | \
/hal_stm32-latest/stm32cube/stm32g4xx/drivers/src/
Dstm32g4xx_ll_adc.c737 | ADC_CCR_PRESC in LL_ADC_CommonInit()
752 | ADC_CCR_PRESC in LL_ADC_CommonInit()
/hal_stm32-latest/stm32cube/stm32l0xx/drivers/include/
Dstm32l0xx_ll_adc.h1689 MODIFY_REG(ADCxy_COMMON->CCR, ADC_CCR_PRESC, CommonClock); in LL_ADC_SetCommonClock()
1718 return (uint32_t)(READ_BIT(ADCxy_COMMON->CCR, ADC_CCR_PRESC)); in LL_ADC_GetCommonClock()
/hal_stm32-latest/stm32cube/stm32wlxx/drivers/include/
Dstm32wlxx_ll_adc.h1726 MODIFY_REG(ADCxy_COMMON->CCR, ADC_CCR_PRESC, CommonClock); in LL_ADC_SetCommonClock()
1755 return (uint32_t)(READ_BIT(ADCxy_COMMON->CCR, ADC_CCR_PRESC)); in LL_ADC_GetCommonClock()
/hal_stm32-latest/stm32cube/stm32wbaxx/drivers/include/
Dstm32wbaxx_ll_adc.h1854 MODIFY_REG(ADCxy_COMMON->CCR, ADC_CCR_PRESC, CommonClock); in LL_ADC_SetCommonClock()
1878 return (uint32_t)(READ_BIT(ADCxy_COMMON->CCR, ADC_CCR_PRESC)); in LL_ADC_GetCommonClock()
/hal_stm32-latest/stm32cube/stm32u0xx/drivers/include/
Dstm32u0xx_ll_adc.h1994 MODIFY_REG(ADCxy_COMMON->CCR, ADC_CCR_PRESC, CommonClock); in LL_ADC_SetCommonClock()
2023 return (uint32_t)(READ_BIT(ADCxy_COMMON->CCR, ADC_CCR_PRESC)); in LL_ADC_GetCommonClock()

123456789