/hal_stm32-latest/stm32cube/stm32u5xx/drivers/src/ |
D | stm32u5xx_ll_adc.c | 445 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()
|
D | stm32u5xx_hal_adc.c | 619 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/ |
D | stm32wbxx_hal_adc_ex.h | 505 … ADC_CCR_PRESC | \ 511 … ADC_CCR_PRESC | \
|
D | stm32wbxx_ll_adc.h | 2419 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/ |
D | stm32h7rsxx_hal_adc_ex.h | 696 ADC_CCR_PRESC | \ 707 ADC_CCR_PRESC | \
|
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/include/ |
D | stm32h5xx_hal_adc_ex.h | 715 ADC_CCR_PRESC | \ 726 ADC_CCR_PRESC | \
|
/hal_stm32-latest/stm32cube/stm32l5xx/drivers/include/ |
D | stm32l5xx_hal_adc_ex.h | 707 ADC_CCR_PRESC | \ 718 ADC_CCR_PRESC | \
|
/hal_stm32-latest/stm32cube/stm32l5xx/drivers/src/ |
D | stm32l5xx_ll_adc.c | 379 | ADC_CCR_PRESC in LL_ADC_CommonInit() 394 | ADC_CCR_PRESC in LL_ADC_CommonInit()
|
/hal_stm32-latest/stm32cube/stm32l4xx/drivers/src/ |
D | stm32l4xx_ll_adc.c | 379 | ADC_CCR_PRESC in LL_ADC_CommonInit() 394 | ADC_CCR_PRESC in LL_ADC_CommonInit()
|
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/src/ |
D | stm32h7rsxx_ll_adc.c | 387 | ADC_CCR_PRESC in LL_ADC_CommonInit() 402 | ADC_CCR_PRESC in LL_ADC_CommonInit()
|
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/src/ |
D | stm32h5xx_ll_adc.c | 431 | ADC_CCR_PRESC in LL_ADC_CommonInit() 446 | ADC_CCR_PRESC in LL_ADC_CommonInit()
|
/hal_stm32-latest/stm32cube/stm32mp1xx/drivers/src/ |
D | stm32mp1xx_ll_adc.c | 393 | ADC_CCR_PRESC in LL_ADC_CommonInit() 408 | ADC_CCR_PRESC in LL_ADC_CommonInit()
|
/hal_stm32-latest/stm32cube/stm32c0xx/drivers/src/ |
D | stm32c0xx_hal_adc.c | 638 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/ |
D | stm32g0xx_hal_adc.c | 632 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/ |
D | stm32wlxx_hal_adc.c | 631 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/ |
D | stm32wbxx_ll_adc.c | 383 | ADC_CCR_PRESC in LL_ADC_CommonInit() 398 | ADC_CCR_PRESC in LL_ADC_CommonInit()
|
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/src/ |
D | stm32h7xx_ll_adc.c | 432 | ADC_CCR_PRESC in LL_ADC_CommonInit() 447 | ADC_CCR_PRESC in LL_ADC_CommonInit()
|
/hal_stm32-latest/stm32cube/stm32u0xx/drivers/src/ |
D | stm32u0xx_hal_adc.c | 636 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/ |
D | stm32wbaxx_hal_adc.c | 573 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/ |
D | stm32l4xx_hal_adc_ex.h | 773 ADC_CCR_PRESC | \ 784 ADC_CCR_PRESC | \
|
/hal_stm32-latest/stm32cube/stm32g4xx/drivers/src/ |
D | stm32g4xx_ll_adc.c | 737 | ADC_CCR_PRESC in LL_ADC_CommonInit() 752 | ADC_CCR_PRESC in LL_ADC_CommonInit()
|
/hal_stm32-latest/stm32cube/stm32l0xx/drivers/include/ |
D | stm32l0xx_ll_adc.h | 1689 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/ |
D | stm32wlxx_ll_adc.h | 1726 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/ |
D | stm32wbaxx_ll_adc.h | 1854 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/ |
D | stm32u0xx_ll_adc.h | 1994 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()
|