/hal_stm32-latest/stm32cube/stm32f2xx/drivers/src/ |
D | stm32f2xx_hal_adc_ex.c | 204 if(HAL_IS_BIT_CLR(ADC->CCR, ADC_CCR_MULTI)) in HAL_ADCEx_InjectedStart() 304 if(HAL_IS_BIT_CLR(ADC->CCR, ADC_CCR_MULTI)) in HAL_ADCEx_InjectedStart_IT() 954 ADC->CCR &= ~(ADC_CCR_MULTI); in HAL_ADCEx_MultiModeConfigChannel()
|
D | stm32f2xx_hal_adc.c | 786 if(HAL_IS_BIT_CLR(ADC->CCR, ADC_CCR_MULTI)) in HAL_ADC_Start() 1088 if(HAL_IS_BIT_CLR(ADC->CCR, ADC_CCR_MULTI)) in HAL_ADC_Start_IT() 1419 if(HAL_IS_BIT_CLR(ADC->CCR, ADC_CCR_MULTI)) in HAL_ADC_Start_DMA()
|
D | stm32f2xx_ll_adc.c | 365 | ADC_CCR_MULTI in LL_ADC_CommonInit() 380 | ADC_CCR_MULTI in LL_ADC_CommonInit()
|
/hal_stm32-latest/stm32cube/stm32f7xx/drivers/src/ |
D | stm32f7xx_hal_adc_ex.c | 203 if(HAL_IS_BIT_CLR(ADC->CCR, ADC_CCR_MULTI)) in HAL_ADCEx_InjectedStart() 303 if(HAL_IS_BIT_CLR(ADC->CCR, ADC_CCR_MULTI)) in HAL_ADCEx_InjectedStart_IT() 954 ADC->CCR &= ~(ADC_CCR_MULTI); in HAL_ADCEx_MultiModeConfigChannel()
|
D | stm32f7xx_hal_adc.c | 797 if(HAL_IS_BIT_CLR(ADC->CCR, ADC_CCR_MULTI)) in HAL_ADC_Start() 1119 if(HAL_IS_BIT_CLR(ADC->CCR, ADC_CCR_MULTI)) in HAL_ADC_Start_IT() 1464 if(HAL_IS_BIT_CLR(ADC->CCR, ADC_CCR_MULTI)) in HAL_ADC_Start_DMA()
|
D | stm32f7xx_ll_adc.c | 348 | ADC_CCR_MULTI in LL_ADC_CommonInit() 363 | ADC_CCR_MULTI in LL_ADC_CommonInit()
|
/hal_stm32-latest/stm32cube/stm32f4xx/drivers/src/ |
D | stm32f4xx_hal_adc_ex.c | 208 if (HAL_IS_BIT_CLR(tmpADC_Common->CCR, ADC_CCR_MULTI)) in HAL_ADCEx_InjectedStart() 314 if (HAL_IS_BIT_CLR(tmpADC_Common->CCR, ADC_CCR_MULTI)) in HAL_ADCEx_InjectedStart_IT() 1000 tmpADC_Common->CCR &= ~(ADC_CCR_MULTI); in HAL_ADCEx_MultiModeConfigChannel()
|
D | stm32f4xx_hal_adc.c | 789 if (HAL_IS_BIT_CLR(tmpADC_Common->CCR, ADC_CCR_MULTI)) in HAL_ADC_Start() 1113 if (HAL_IS_BIT_CLR(tmpADC_Common->CCR, ADC_CCR_MULTI)) in HAL_ADC_Start_IT() 1466 if (HAL_IS_BIT_CLR(tmpADC_Common->CCR, ADC_CCR_MULTI)) in HAL_ADC_Start_DMA()
|
D | stm32f4xx_ll_adc.c | 357 | ADC_CCR_MULTI in LL_ADC_CommonInit() 372 | ADC_CCR_MULTI in LL_ADC_CommonInit()
|
/hal_stm32-latest/stm32cube/stm32f3xx/drivers/src/ |
D | stm32f3xx_hal_adc_ex.c | 983 ADC_CCR_MULTI ); in HAL_ADC_DeInit() 1577 if (READ_BIT(tmpADC_Common->CCR, ADC_CCR_MULTI) == ADC_MODE_INDEPENDENT) in HAL_ADC_PollForConversion() 3125 if (READ_BIT(tmpADC_Common->CCR, ADC_CCR_MULTI) == ADC_MODE_INDEPENDENT) in HAL_ADC_IRQHandler() 7127 ADC_CCR_MULTI | in HAL_ADCEx_MultiModeConfigChannel() 7143 CLEAR_BIT(tmpADC_Common->CCR, ADC_CCR_MULTI | ADC_CCR_DELAY); in HAL_ADCEx_MultiModeConfigChannel()
|
/hal_stm32-latest/stm32cube/stm32f2xx/drivers/include/ |
D | stm32f2xx_ll_adc.h | 3502 MODIFY_REG(ADCxy_COMMON->CCR, ADC_CCR_MULTI, Multimode); in LL_ADC_SetMultimode() 3532 return (uint32_t)(READ_BIT(ADCxy_COMMON->CCR, ADC_CCR_MULTI)); in LL_ADC_GetMultimode()
|
/hal_stm32-latest/stm32cube/stm32f7xx/drivers/include/ |
D | stm32f7xx_ll_adc.h | 3613 MODIFY_REG(ADCxy_COMMON->CCR, ADC_CCR_MULTI, Multimode); in LL_ADC_SetMultimode() 3643 return (uint32_t)(READ_BIT(ADCxy_COMMON->CCR, ADC_CCR_MULTI)); in LL_ADC_GetMultimode()
|
/hal_stm32-latest/stm32cube/stm32f4xx/drivers/include/ |
D | stm32f4xx_ll_adc.h | 3660 MODIFY_REG(ADCxy_COMMON->CCR, ADC_CCR_MULTI, Multimode); in LL_ADC_SetMultimode() 3690 return (uint32_t)(READ_BIT(ADCxy_COMMON->CCR, ADC_CCR_MULTI)); in LL_ADC_GetMultimode()
|
/hal_stm32-latest/stm32cube/stm32f4xx/soc/ |
D | stm32f410cx.h | 1243 #define ADC_CCR_MULTI ADC_CCR_MULTI_Msk /*!<MULTI[4:0] bits … macro
|
D | stm32f410rx.h | 1243 #define ADC_CCR_MULTI ADC_CCR_MULTI_Msk /*!<MULTI[4:0] bits … macro
|
D | stm32f410tx.h | 1233 #define ADC_CCR_MULTI ADC_CCR_MULTI_Msk /*!<MULTI[4:0] bits … macro
|
D | stm32f401xc.h | 1345 #define ADC_CCR_MULTI ADC_CCR_MULTI_Msk /*!<MULTI[4:0] bits … macro
|
D | stm32f401xe.h | 1345 #define ADC_CCR_MULTI ADC_CCR_MULTI_Msk /*!<MULTI[4:0] bits … macro
|
D | stm32f411xe.h | 1348 #define ADC_CCR_MULTI ADC_CCR_MULTI_Msk /*!<MULTI[4:0] bits … macro
|
/hal_stm32-latest/stm32cube/stm32f3xx/soc/ |
D | stm32f301x8.h | 1986 #define ADC_CCR_MULTI (ADC_CCR_DUAL) macro
|
D | stm32f318xx.h | 1987 #define ADC_CCR_MULTI (ADC_CCR_DUAL) macro
|
D | stm32f302x8.h | 2095 #define ADC_CCR_MULTI (ADC_CCR_DUAL) macro
|
/hal_stm32-latest/stm32cube/stm32wbxx/soc/ |
D | stm32wb50xx.h | 2010 #define ADC_CCR_MULTI (ADC_CCR_DUAL) macro
|
D | stm32wb30xx.h | 2009 #define ADC_CCR_MULTI (ADC_CCR_DUAL) macro
|
D | stm32wb35xx.h | 2201 #define ADC_CCR_MULTI (ADC_CCR_DUAL) macro
|