Home
last modified time | relevance | path

Searched refs:ADC_CCR_MULTI (Results 1 – 25 of 71) sorted by relevance

123

/hal_stm32-latest/stm32cube/stm32f2xx/drivers/src/
Dstm32f2xx_hal_adc_ex.c204 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()
Dstm32f2xx_hal_adc.c786 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()
Dstm32f2xx_ll_adc.c365 | ADC_CCR_MULTI in LL_ADC_CommonInit()
380 | ADC_CCR_MULTI in LL_ADC_CommonInit()
/hal_stm32-latest/stm32cube/stm32f7xx/drivers/src/
Dstm32f7xx_hal_adc_ex.c203 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()
Dstm32f7xx_hal_adc.c797 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()
Dstm32f7xx_ll_adc.c348 | ADC_CCR_MULTI in LL_ADC_CommonInit()
363 | ADC_CCR_MULTI in LL_ADC_CommonInit()
/hal_stm32-latest/stm32cube/stm32f4xx/drivers/src/
Dstm32f4xx_hal_adc_ex.c208 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()
Dstm32f4xx_hal_adc.c789 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()
Dstm32f4xx_ll_adc.c357 | ADC_CCR_MULTI in LL_ADC_CommonInit()
372 | ADC_CCR_MULTI in LL_ADC_CommonInit()
/hal_stm32-latest/stm32cube/stm32f3xx/drivers/src/
Dstm32f3xx_hal_adc_ex.c983 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/
Dstm32f2xx_ll_adc.h3502 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/
Dstm32f7xx_ll_adc.h3613 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/
Dstm32f4xx_ll_adc.h3660 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/
Dstm32f410cx.h1243 #define ADC_CCR_MULTI ADC_CCR_MULTI_Msk /*!<MULTI[4:0] bits … macro
Dstm32f410rx.h1243 #define ADC_CCR_MULTI ADC_CCR_MULTI_Msk /*!<MULTI[4:0] bits … macro
Dstm32f410tx.h1233 #define ADC_CCR_MULTI ADC_CCR_MULTI_Msk /*!<MULTI[4:0] bits … macro
Dstm32f401xc.h1345 #define ADC_CCR_MULTI ADC_CCR_MULTI_Msk /*!<MULTI[4:0] bits … macro
Dstm32f401xe.h1345 #define ADC_CCR_MULTI ADC_CCR_MULTI_Msk /*!<MULTI[4:0] bits … macro
Dstm32f411xe.h1348 #define ADC_CCR_MULTI ADC_CCR_MULTI_Msk /*!<MULTI[4:0] bits … macro
/hal_stm32-latest/stm32cube/stm32f3xx/soc/
Dstm32f301x8.h1986 #define ADC_CCR_MULTI (ADC_CCR_DUAL) macro
Dstm32f318xx.h1987 #define ADC_CCR_MULTI (ADC_CCR_DUAL) macro
Dstm32f302x8.h2095 #define ADC_CCR_MULTI (ADC_CCR_DUAL) macro
/hal_stm32-latest/stm32cube/stm32wbxx/soc/
Dstm32wb50xx.h2010 #define ADC_CCR_MULTI (ADC_CCR_DUAL) macro
Dstm32wb30xx.h2009 #define ADC_CCR_MULTI (ADC_CCR_DUAL) macro
Dstm32wb35xx.h2201 #define ADC_CCR_MULTI (ADC_CCR_DUAL) macro

123