Home
last modified time | relevance | path

Searched refs:ADC_CCR_DDS (Results 1 – 25 of 50) sorted by relevance

12

/hal_stm32-latest/stm32cube/stm32f2xx/drivers/src/
Dstm32f2xx_hal_adc_ex.c672 ADC->CCR |= ADC_CCR_DDS; in HAL_ADCEx_MultiModeStart_DMA()
677 ADC->CCR &= ~ADC_CCR_DDS; in HAL_ADCEx_MultiModeStart_DMA()
727 ADC->CCR &= ~ADC_CCR_DDS; in HAL_ADCEx_MultiModeStop_DMA()
Dstm32f2xx_ll_adc.c367 | ADC_CCR_DDS in LL_ADC_CommonInit()
382 | ADC_CCR_DDS in LL_ADC_CommonInit()
/hal_stm32-latest/stm32cube/stm32f7xx/drivers/src/
Dstm32f7xx_hal_adc_ex.c671 ADC->CCR |= ADC_CCR_DDS; in HAL_ADCEx_MultiModeStart_DMA()
676 ADC->CCR &= ~ADC_CCR_DDS; in HAL_ADCEx_MultiModeStart_DMA()
726 ADC->CCR &= ~ADC_CCR_DDS; in HAL_ADCEx_MultiModeStop_DMA()
Dstm32f7xx_ll_adc.c350 | ADC_CCR_DDS in LL_ADC_CommonInit()
365 | ADC_CCR_DDS in LL_ADC_CommonInit()
/hal_stm32-latest/stm32cube/stm32f4xx/drivers/src/
Dstm32f4xx_hal_adc_ex.c688 tmpADC_Common->CCR |= ADC_CCR_DDS; in HAL_ADCEx_MultiModeStart_DMA()
693 tmpADC_Common->CCR &= ~ADC_CCR_DDS; in HAL_ADCEx_MultiModeStart_DMA()
749 tmpADC_Common->CCR &= ~ADC_CCR_DDS; in HAL_ADCEx_MultiModeStop_DMA()
Dstm32f4xx_ll_adc.c359 | ADC_CCR_DDS in LL_ADC_CommonInit()
374 | ADC_CCR_DDS in LL_ADC_CommonInit()
/hal_stm32-latest/stm32cube/stm32f2xx/drivers/include/
Dstm32f2xx_ll_adc.h967 #define LL_ADC_MULTI_REG_DMA_UNLMT_1 (ADC_CCR_DDS | ADC_CCR_DMA_0) /*!< ADC…
968 #define LL_ADC_MULTI_REG_DMA_UNLMT_2 (ADC_CCR_DDS | ADC_CCR_DMA_1 ) /*!< ADC…
969 #define LL_ADC_MULTI_REG_DMA_UNLMT_3 (ADC_CCR_DDS | ADC_CCR_DMA_0 | ADC_CCR_DMA_0) /*!< ADC…
3581 MODIFY_REG(ADCxy_COMMON->CCR, ADC_CCR_DMA | ADC_CCR_DDS, MultiDMATransfer); in LL_ADC_SetMultiDMATransfer()
3629 return (uint32_t)(READ_BIT(ADCxy_COMMON->CCR, ADC_CCR_DMA | ADC_CCR_DDS)); in LL_ADC_GetMultiDMATransfer()
/hal_stm32-latest/stm32cube/stm32f7xx/drivers/include/
Dstm32f7xx_ll_adc.h977 #define LL_ADC_MULTI_REG_DMA_UNLMT_1 (ADC_CCR_DDS | ADC_CCR_DMA_0) /*!< ADC…
978 #define LL_ADC_MULTI_REG_DMA_UNLMT_2 (ADC_CCR_DDS | ADC_CCR_DMA_1 ) /*!< ADC…
979 #define LL_ADC_MULTI_REG_DMA_UNLMT_3 (ADC_CCR_DDS | ADC_CCR_DMA_0 | ADC_CCR_DMA_0) /*!< ADC…
3692 MODIFY_REG(ADCxy_COMMON->CCR, ADC_CCR_DMA | ADC_CCR_DDS, MultiDMATransfer); in LL_ADC_SetMultiDMATransfer()
3740 return (uint32_t)(READ_BIT(ADCxy_COMMON->CCR, ADC_CCR_DMA | ADC_CCR_DDS)); in LL_ADC_GetMultiDMATransfer()
/hal_stm32-latest/stm32cube/stm32f4xx/drivers/include/
Dstm32f4xx_ll_adc.h998 #define LL_ADC_MULTI_REG_DMA_UNLMT_1 (ADC_CCR_DDS | ADC_CCR_DMA_0) /*!< ADC…
999 #define LL_ADC_MULTI_REG_DMA_UNLMT_2 (ADC_CCR_DDS | ADC_CCR_DMA_1 ) /*!< ADC…
1000 #define LL_ADC_MULTI_REG_DMA_UNLMT_3 (ADC_CCR_DDS | ADC_CCR_DMA_1 | ADC_CCR_DMA_0) /*!< ADC…
3739 MODIFY_REG(ADCxy_COMMON->CCR, ADC_CCR_DMA | ADC_CCR_DDS, MultiDMATransfer); in LL_ADC_SetMultiDMATransfer()
3787 return (uint32_t)(READ_BIT(ADCxy_COMMON->CCR, ADC_CCR_DMA | ADC_CCR_DDS)); in LL_ADC_GetMultiDMATransfer()
/hal_stm32-latest/stm32cube/stm32f4xx/soc/
Dstm32f410cx.h1258 #define ADC_CCR_DDS ADC_CCR_DDS_Msk /*!<DMA disable sele… macro
Dstm32f410rx.h1258 #define ADC_CCR_DDS ADC_CCR_DDS_Msk /*!<DMA disable sele… macro
Dstm32f410tx.h1248 #define ADC_CCR_DDS ADC_CCR_DDS_Msk /*!<DMA disable sele… macro
Dstm32f401xc.h1360 #define ADC_CCR_DDS ADC_CCR_DDS_Msk /*!<DMA disable sele… macro
Dstm32f401xe.h1360 #define ADC_CCR_DDS ADC_CCR_DDS_Msk /*!<DMA disable sele… macro
Dstm32f411xe.h1363 #define ADC_CCR_DDS ADC_CCR_DDS_Msk /*!<DMA disable sele… macro
Dstm32f405xx.h1632 #define ADC_CCR_DDS ADC_CCR_DDS_Msk /*!<DMA disable sele… macro
Dstm32f412cx.h1553 #define ADC_CCR_DDS ADC_CCR_DDS_Msk /*!<DMA disable sele… macro
Dstm32f415xx.h1706 #define ADC_CCR_DDS ADC_CCR_DDS_Msk /*!<DMA disable sele… macro
Dstm32f423xx.h1778 #define ADC_CCR_DDS ADC_CCR_DDS_Msk /*!<DMA disable sele… macro
Dstm32f407xx.h1736 #define ADC_CCR_DDS ADC_CCR_DDS_Msk /*!<DMA disable sele… macro
/hal_stm32-latest/stm32cube/stm32f2xx/soc/
Dstm32f215xx.h1684 #define ADC_CCR_DDS ADC_CCR_DDS_Msk /*!<DMA disable sele… macro
Dstm32f205xx.h1634 #define ADC_CCR_DDS ADC_CCR_DDS_Msk /*!<DMA disable sele… macro
Dstm32f207xx.h1738 #define ADC_CCR_DDS ADC_CCR_DDS_Msk /*!<DMA disable sele… macro
/hal_stm32-latest/stm32cube/stm32f7xx/soc/
Dstm32f723xx.h1763 #define ADC_CCR_DDS ADC_CCR_DDS_Msk /*!<DMA disable sele… macro
Dstm32f722xx.h1747 #define ADC_CCR_DDS ADC_CCR_DDS_Msk /*!<DMA disable sele… macro

12