/hal_stm32-latest/stm32cube/stm32l1xx/drivers/include/ |
D | stm32l1xx_hal_adc_ex.h | 363 …(ADC_CR2_EXTEN | ADC_CR2_EXTSEL | ADC_CR2_ALIGN | ADC_CR2_EOCS | ADC_CR2_DDS | ADC_CR2_DELS | ADC_… 366 …(ADC_CR2_EXTEN | ADC_CR2_EXTSEL | ADC_CR2_ALIGN | ADC_CR2_EOCS | ADC_CR2_DDS | ADC_CR2_DELS | ADC_… 441 ADC_CR2_ALIGN | ADC_CR2_EOCS | ADC_CR2_DDS | \ 449 ADC_CR2_ALIGN | ADC_CR2_EOCS | ADC_CR2_DDS | \
|
D | stm32l1xx_ll_adc.h | 798 #define LL_ADC_REG_DMA_TRANSFER_UNLIMITED (ADC_CR2_DDS | ADC_CR2_DMA) /*!< ADC conversion… 3237 MODIFY_REG(ADCx->CR2, ADC_CR2_DMA | ADC_CR2_DDS, DMATransfer); in LL_ADC_REG_SetDMATransfer() 3270 return (uint32_t)(READ_BIT(ADCx->CR2, ADC_CR2_DMA | ADC_CR2_DDS)); in LL_ADC_REG_GetDMATransfer()
|
D | stm32l1xx_hal_adc.h | 977 ((_DMACONTREQ_MODE_) << POSITION_VAL(ADC_CR2_DDS))
|
/hal_stm32-latest/stm32cube/stm32l1xx/drivers/src/ |
D | stm32l1xx_ll_adc.c | 419 | ADC_CR2_DDS | ADC_CR2_DMA | ADC_CR2_DELS in LL_ADC_DeInit() 427 | ADC_CR2_DDS | ADC_CR2_DMA | ADC_CR2_DELS in LL_ADC_DeInit() 742 | ADC_CR2_DDS in LL_ADC_REG_Init()
|
/hal_stm32-latest/stm32cube/stm32f7xx/drivers/src/ |
D | stm32f7xx_ll_adc.c | 466 | ADC_CR2_DDS | ADC_CR2_DMA in LL_ADC_DeInit() 727 | ADC_CR2_DDS in LL_ADC_REG_Init()
|
D | stm32f7xx_hal_adc.c | 1984 hadc->Instance->CR2 &= ~(ADC_CR2_DDS); in ADC_Init()
|
/hal_stm32-latest/stm32cube/stm32f4xx/drivers/src/ |
D | stm32f4xx_ll_adc.c | 480 | ADC_CR2_DDS | ADC_CR2_DMA in LL_ADC_DeInit() 739 | ADC_CR2_DDS in LL_ADC_REG_Init()
|
D | stm32f4xx_hal_adc.c | 1980 hadc->Instance->CR2 &= ~(ADC_CR2_DDS); in ADC_Init()
|
/hal_stm32-latest/stm32cube/stm32f2xx/drivers/src/ |
D | stm32f2xx_ll_adc.c | 488 | ADC_CR2_DDS | ADC_CR2_DMA in LL_ADC_DeInit() 749 | ADC_CR2_DDS in LL_ADC_REG_Init()
|
D | stm32f2xx_hal_adc.c | 1894 hadc->Instance->CR2 &= ~(ADC_CR2_DDS); in ADC_Init()
|
/hal_stm32-latest/stm32cube/stm32f2xx/drivers/include/ |
D | stm32f2xx_ll_adc.h | 677 #define LL_ADC_REG_DMA_TRANSFER_UNLIMITED (ADC_CR2_DDS | ADC_CR2_DMA) /*!< ADC conversion… 2518 MODIFY_REG(ADCx->CR2, ADC_CR2_DMA | ADC_CR2_DDS, DMATransfer); in LL_ADC_REG_SetDMATransfer() 2553 return (uint32_t)(READ_BIT(ADCx->CR2, ADC_CR2_DMA | ADC_CR2_DDS)); in LL_ADC_REG_GetDMATransfer()
|
/hal_stm32-latest/stm32cube/stm32f7xx/drivers/include/ |
D | stm32f7xx_ll_adc.h | 688 #define LL_ADC_REG_DMA_TRANSFER_UNLIMITED (ADC_CR2_DDS | ADC_CR2_DMA) /*!< ADC conversion… 2628 MODIFY_REG(ADCx->CR2, ADC_CR2_DMA | ADC_CR2_DDS, DMATransfer); in LL_ADC_REG_SetDMATransfer() 2663 return (uint32_t)(READ_BIT(ADCx->CR2, ADC_CR2_DMA | ADC_CR2_DDS)); in LL_ADC_REG_GetDMATransfer()
|
/hal_stm32-latest/stm32cube/stm32f4xx/drivers/include/ |
D | stm32f4xx_ll_adc.h | 700 #define LL_ADC_REG_DMA_TRANSFER_UNLIMITED (ADC_CR2_DDS | ADC_CR2_DMA) /*!< ADC conversion… 2670 MODIFY_REG(ADCx->CR2, ADC_CR2_DMA | ADC_CR2_DDS, DMATransfer); in LL_ADC_REG_SetDMATransfer() 2705 return (uint32_t)(READ_BIT(ADCx->CR2, ADC_CR2_DMA | ADC_CR2_DDS)); in LL_ADC_REG_GetDMATransfer()
|
/hal_stm32-latest/stm32cube/stm32f4xx/soc/ |
D | stm32f410cx.h | 823 #define ADC_CR2_DDS ADC_CR2_DDS_Msk /*!<DMA disable sele… macro
|
D | stm32f410rx.h | 823 #define ADC_CR2_DDS ADC_CR2_DDS_Msk /*!<DMA disable sele… macro
|
D | stm32f410tx.h | 813 #define ADC_CR2_DDS ADC_CR2_DDS_Msk /*!<DMA disable sele… macro
|
/hal_stm32-latest/stm32cube/stm32l1xx/soc/ |
D | stm32l152xb.h | 877 #define ADC_CR2_DDS ADC_CR2_DDS_Msk /*!< ADC DMA transfe… macro
|
D | stm32l152xba.h | 862 #define ADC_CR2_DDS ADC_CR2_DDS_Msk /*!< ADC DMA transfe… macro
|
D | stm32l100xba.h | 859 #define ADC_CR2_DDS ADC_CR2_DDS_Msk /*!< ADC DMA transfe… macro
|
D | stm32l100xb.h | 859 #define ADC_CR2_DDS ADC_CR2_DDS_Msk /*!< ADC DMA transfe… macro
|
D | stm32l151xb.h | 860 #define ADC_CR2_DDS ADC_CR2_DDS_Msk /*!< ADC DMA transfe… macro
|
D | stm32l151xba.h | 860 #define ADC_CR2_DDS ADC_CR2_DDS_Msk /*!< ADC DMA transfe… macro
|
D | stm32l100xc.h | 904 #define ADC_CR2_DDS ADC_CR2_DDS_Msk /*!< ADC DMA transfe… macro
|
D | stm32l151xc.h | 941 #define ADC_CR2_DDS ADC_CR2_DDS_Msk /*!< ADC DMA transfe… macro
|
D | stm32l151xca.h | 945 #define ADC_CR2_DDS ADC_CR2_DDS_Msk /*!< ADC DMA transfe… macro
|