Searched refs:ADC_CCR_CKMODE (Results 1 – 25 of 142) sorted by relevance
123456
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/include/ |
D | stm32h7xx_hal_adc.h | 982 ((ADC12_COMMON->CCR & ADC_CCR_CKMODE) != 0UL) \ 983 :((((ADC3_COMMON)->CCR) & ADC_CCR_CKMODE) != 0UL)) 985 #define ADC_IS_SYNCHRONOUS_CLOCK_MODE(__HANDLE__) ((ADC12_COMMON->CCR & ADC_CCR_CKMODE) != 0UL)
|
D | stm32h7xx_hal_adc_ex.h | 860 …(__HANDLE__) CLEAR_BIT(__LL_ADC_COMMON_INSTANCE((__HANDLE__)->Instance)->CCR, ADC_CCR_CKMODE | \
|
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/include/ |
D | stm32h7rsxx_hal_adc_ex.h | 695 ADC_CCR_CKMODE | \ 706 ADC_CCR_CKMODE | \
|
D | stm32h7rsxx_ll_adc.h | 3029 MODIFY_REG(ADCxy_COMMON->CCR, ADC_CCR_CKMODE | ADC_CCR_PRESC, CommonClock); in LL_ADC_SetCommonClock() 3057 return (uint32_t)(READ_BIT(ADCxy_COMMON->CCR, ADC_CCR_CKMODE | ADC_CCR_PRESC)); in LL_ADC_GetCommonClock()
|
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/include/ |
D | stm32h5xx_hal_adc_ex.h | 714 ADC_CCR_CKMODE | \ 725 ADC_CCR_CKMODE | \
|
D | stm32h5xx_ll_adc.h | 3089 MODIFY_REG(ADCxy_COMMON->CCR, ADC_CCR_CKMODE | ADC_CCR_PRESC, CommonClock); in LL_ADC_SetCommonClock() 3117 return (uint32_t)(READ_BIT(ADCxy_COMMON->CCR, ADC_CCR_CKMODE | ADC_CCR_PRESC)); in LL_ADC_GetCommonClock()
|
/hal_stm32-latest/stm32cube/stm32l5xx/drivers/include/ |
D | stm32l5xx_hal_adc_ex.h | 706 ADC_CCR_CKMODE | \ 717 ADC_CCR_CKMODE | \
|
D | stm32l5xx_ll_adc.h | 2961 MODIFY_REG(ADCxy_COMMON->CCR, ADC_CCR_CKMODE | ADC_CCR_PRESC, CommonClock); in LL_ADC_SetCommonClock() 2989 return (uint32_t)(READ_BIT(ADCxy_COMMON->CCR, ADC_CCR_CKMODE | ADC_CCR_PRESC)); in LL_ADC_GetCommonClock()
|
/hal_stm32-latest/stm32cube/stm32l5xx/drivers/src/ |
D | stm32l5xx_ll_adc.c | 378 ADC_CCR_CKMODE in LL_ADC_CommonInit() 393 ADC_CCR_CKMODE in LL_ADC_CommonInit()
|
/hal_stm32-latest/stm32cube/stm32l4xx/drivers/src/ |
D | stm32l4xx_ll_adc.c | 378 ADC_CCR_CKMODE in LL_ADC_CommonInit() 393 ADC_CCR_CKMODE in LL_ADC_CommonInit()
|
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/src/ |
D | stm32h7rsxx_ll_adc.c | 386 ADC_CCR_CKMODE in LL_ADC_CommonInit() 401 ADC_CCR_CKMODE in LL_ADC_CommonInit()
|
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/src/ |
D | stm32h5xx_ll_adc.c | 430 ADC_CCR_CKMODE in LL_ADC_CommonInit() 445 ADC_CCR_CKMODE in LL_ADC_CommonInit()
|
/hal_stm32-latest/stm32cube/stm32mp1xx/drivers/src/ |
D | stm32mp1xx_ll_adc.c | 392 ADC_CCR_CKMODE in LL_ADC_CommonInit() 407 ADC_CCR_CKMODE in LL_ADC_CommonInit()
|
/hal_stm32-latest/stm32cube/stm32wbxx/drivers/src/ |
D | stm32wbxx_ll_adc.c | 382 ADC_CCR_CKMODE in LL_ADC_CommonInit() 397 ADC_CCR_CKMODE in LL_ADC_CommonInit()
|
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/src/ |
D | stm32h7xx_ll_adc.c | 431 ADC_CCR_CKMODE in LL_ADC_CommonInit() 446 ADC_CCR_CKMODE in LL_ADC_CommonInit()
|
/hal_stm32-latest/stm32cube/stm32l4xx/drivers/include/ |
D | stm32l4xx_hal_adc_ex.h | 772 ADC_CCR_CKMODE | \ 783 ADC_CCR_CKMODE | \
|
D | stm32l4xx_ll_adc.h | 3189 MODIFY_REG(ADCxy_COMMON->CCR, ADC_CCR_CKMODE | ADC_CCR_PRESC, CommonClock); in LL_ADC_SetCommonClock() 3217 return (uint32_t)(READ_BIT(ADCxy_COMMON->CCR, ADC_CCR_CKMODE | ADC_CCR_PRESC)); in LL_ADC_GetCommonClock()
|
/hal_stm32-latest/stm32cube/stm32g4xx/drivers/src/ |
D | stm32g4xx_ll_adc.c | 736 ADC_CCR_CKMODE in LL_ADC_CommonInit() 751 ADC_CCR_CKMODE in LL_ADC_CommonInit()
|
/hal_stm32-latest/stm32cube/stm32f3xx/drivers/src/ |
D | stm32f3xx_ll_adc.c | 676 ADC_CCR_CKMODE in LL_ADC_CommonInit() 690 ADC_CCR_CKMODE in LL_ADC_CommonInit()
|
/hal_stm32-latest/stm32cube/stm32wbxx/drivers/include/ |
D | stm32wbxx_hal_adc_ex.h | 510 …TER(__HANDLE__) CLEAR_BIT(__LL_ADC_COMMON_INSTANCE((__HANDLE__)->Instance)->CCR, ADC_CCR_CKMODE | \
|
D | stm32wbxx_ll_adc.h | 2421 MODIFY_REG(ADCxy_COMMON->CCR, ADC_CCR_CKMODE | ADC_CCR_PRESC, CommonClock); in LL_ADC_SetCommonClock() 2455 return (uint32_t)(READ_BIT(ADCxy_COMMON->CCR, ADC_CCR_CKMODE | ADC_CCR_PRESC)); in LL_ADC_GetCommonClock()
|
/hal_stm32-latest/stm32cube/stm32mp1xx/drivers/include/ |
D | stm32mp1xx_hal_adc_ex.h | 682 …(__HANDLE__) CLEAR_BIT(__LL_ADC_COMMON_INSTANCE((__HANDLE__)->Instance)->CCR, ADC_CCR_CKMODE | \
|
D | stm32mp1xx_hal_adc.h | 834 ((ADC12_COMMON->CCR & ADC_CCR_CKMODE) != 0UL): RESET)
|
D | stm32mp1xx_ll_adc.h | 2313 MODIFY_REG(ADCxy_COMMON->CCR, ADC_CCR_CKMODE | ADC_CCR_PRESC, CommonClock); in LL_ADC_SetCommonClock() 2341 return (uint32_t)(READ_BIT(ADCxy_COMMON->CCR, ADC_CCR_CKMODE | ADC_CCR_PRESC)); in LL_ADC_GetCommonClock()
|
/hal_stm32-latest/stm32cube/stm32g4xx/drivers/include/ |
D | stm32g4xx_hal_adc_ex.h | 764 ADC_CCR_CKMODE | \
|
123456