/hal_stm32-latest/stm32cube/stm32l1xx/drivers/include/ |
D | stm32l1xx_hal_adc_ex.h | 363 …R2_EXTSEL | ADC_CR2_ALIGN | ADC_CR2_EOCS | ADC_CR2_DDS | ADC_CR2_DELS | ADC_CR2_CFG | ADC_CR2_CONT) 366 …_EXTEN | ADC_CR2_EXTSEL | ADC_CR2_ALIGN | ADC_CR2_EOCS | ADC_CR2_DDS | ADC_CR2_DELS | ADC_CR2_CONT) 443 ADC_CR2_CONT | ADC_CR2_ADON )) \ 451 ADC_CR2_CONT | ADC_CR2_ADON )) \
|
D | stm32l1xx_ll_adc.h | 788 #define LL_ADC_REG_CONV_CONTINUOUS (ADC_CR2_CONT) /*!< ADC conversions are perform… 3186 MODIFY_REG(ADCx->CR2, ADC_CR2_CONT, Continuous); in LL_ADC_REG_SetContinuousMode() 3203 return (uint32_t)(READ_BIT(ADCx->CR2, ADC_CR2_CONT)); in LL_ADC_REG_GetContinuousMode()
|
D | stm32l1xx_hal_adc.h | 985 ((_CONTINUOUS_MODE_) << POSITION_VAL(ADC_CR2_CONT))
|
/hal_stm32-latest/stm32cube/stm32l1xx/drivers/src/ |
D | stm32l1xx_ll_adc.c | 420 | ADC_CR2_CFG | ADC_CR2_CONT | ADC_CR2_ADON ) in LL_ADC_DeInit() 428 | ADC_CR2_CONT | ADC_CR2_ADON ) in LL_ADC_DeInit() 740 | ADC_CR2_CONT in LL_ADC_REG_Init()
|
/hal_stm32-latest/stm32cube/stm32f1xx/drivers/src/ |
D | stm32f1xx_ll_adc.c | 453 | ADC_CR2_CONT | ADC_CR2_ADON ) in LL_ADC_DeInit() 707 | ADC_CR2_CONT in LL_ADC_REG_Init()
|
D | stm32f1xx_hal_adc.c | 554 ADC_CR2_CONT , in HAL_ADC_Init() 673 ADC_CR2_RSTCAL | ADC_CR2_CAL | ADC_CR2_CONT | in HAL_ADC_DeInit()
|
/hal_stm32-latest/stm32cube/stm32f7xx/drivers/src/ |
D | stm32f7xx_ll_adc.c | 467 | ADC_CR2_CONT | ADC_CR2_ADON ) in LL_ADC_DeInit() 725 | ADC_CR2_CONT in LL_ADC_REG_Init()
|
D | stm32f7xx_hal_adc.c | 1959 hadc->Instance->CR2 &= ~(ADC_CR2_CONT); in ADC_Init()
|
/hal_stm32-latest/stm32cube/stm32f4xx/drivers/src/ |
D | stm32f4xx_ll_adc.c | 481 | ADC_CR2_CONT | ADC_CR2_ADON) in LL_ADC_DeInit() 737 | ADC_CR2_CONT in LL_ADC_REG_Init()
|
D | stm32f4xx_hal_adc.c | 1955 hadc->Instance->CR2 &= ~(ADC_CR2_CONT); in ADC_Init()
|
/hal_stm32-latest/stm32cube/stm32f2xx/drivers/src/ |
D | stm32f2xx_ll_adc.c | 489 | ADC_CR2_CONT | ADC_CR2_ADON ) in LL_ADC_DeInit() 747 | ADC_CR2_CONT in LL_ADC_REG_Init()
|
D | stm32f2xx_hal_adc.c | 1869 hadc->Instance->CR2 &= ~(ADC_CR2_CONT); in ADC_Init()
|
/hal_stm32-latest/stm32cube/stm32f1xx/drivers/include/ |
D | stm32f1xx_ll_adc.h | 575 #define LL_ADC_REG_CONV_CONTINUOUS (ADC_CR2_CONT) /*!< ADC conversions are perform… 2251 MODIFY_REG(ADCx->CR2, ADC_CR2_CONT, Continuous); in LL_ADC_REG_SetContinuousMode() 2268 return (uint32_t)(READ_BIT(ADCx->CR2, ADC_CR2_CONT)); in LL_ADC_REG_GetContinuousMode()
|
/hal_stm32-latest/stm32cube/stm32f2xx/drivers/include/ |
D | stm32f2xx_ll_adc.h | 667 #define LL_ADC_REG_CONV_CONTINUOUS (ADC_CR2_CONT) /*!< ADC conversions are perform… 2465 MODIFY_REG(ADCx->CR2, ADC_CR2_CONT, Continuous); in LL_ADC_REG_SetContinuousMode() 2482 return (uint32_t)(READ_BIT(ADCx->CR2, ADC_CR2_CONT)); in LL_ADC_REG_GetContinuousMode()
|
/hal_stm32-latest/stm32cube/stm32f7xx/drivers/include/ |
D | stm32f7xx_ll_adc.h | 678 #define LL_ADC_REG_CONV_CONTINUOUS (ADC_CR2_CONT) /*!< ADC conversions are perform… 2575 MODIFY_REG(ADCx->CR2, ADC_CR2_CONT, Continuous); in LL_ADC_REG_SetContinuousMode() 2592 return (uint32_t)(READ_BIT(ADCx->CR2, ADC_CR2_CONT)); in LL_ADC_REG_GetContinuousMode()
|
/hal_stm32-latest/stm32cube/stm32f4xx/drivers/include/ |
D | stm32f4xx_ll_adc.h | 690 #define LL_ADC_REG_CONV_CONTINUOUS (ADC_CR2_CONT) /*!< ADC conversions are perform… 2617 MODIFY_REG(ADCx->CR2, ADC_CR2_CONT, Continuous); in LL_ADC_REG_SetContinuousMode() 2634 return (uint32_t)(READ_BIT(ADCx->CR2, ADC_CR2_CONT)); in LL_ADC_REG_GetContinuousMode()
|
/hal_stm32-latest/stm32cube/stm32f3xx/drivers/src/ |
D | stm32f3xx_ll_adc.c | 1568 | ADC_CR2_CONT | ADC_CR2_ADON ) in LL_ADC_DeInit() 1814 | ADC_CR2_CONT in LL_ADC_REG_Init()
|
D | stm32f3xx_hal_adc_ex.c | 709 ADC_CR2_CONT , in HAL_ADC_Init() 1075 ADC_CR2_RSTCAL | ADC_CR2_CAL | ADC_CR2_CONT | in HAL_ADC_DeInit()
|
/hal_stm32-latest/stm32cube/stm32f3xx/drivers/include/ |
D | stm32f3xx_ll_adc.h | 7803 #define LL_ADC_REG_CONV_CONTINUOUS (ADC_CR2_CONT) /*!< ADC conversions are performe… 9409 MODIFY_REG(ADCx->CR2, ADC_CR2_CONT, Continuous); in LL_ADC_REG_SetContinuousMode() 9426 return (uint32_t)(READ_BIT(ADCx->CR2, ADC_CR2_CONT)); in LL_ADC_REG_GetContinuousMode()
|
/hal_stm32-latest/stm32cube/stm32f1xx/soc/ |
D | stm32f101x6.h | 3156 #define ADC_CR2_CONT ADC_CR2_CONT_Msk /*!< ADC group regul… macro
|
D | stm32f101xb.h | 3218 #define ADC_CR2_CONT ADC_CR2_CONT_Msk /*!< ADC group regul… macro
|
D | stm32f100xb.h | 3370 #define ADC_CR2_CONT ADC_CR2_CONT_Msk /*!< ADC group regul… macro
|
D | stm32f102x6.h | 3205 #define ADC_CR2_CONT ADC_CR2_CONT_Msk /*!< ADC group regul… macro
|
D | stm32f100xe.h | 3717 #define ADC_CR2_CONT ADC_CR2_CONT_Msk /*!< ADC group regul… macro
|
D | stm32f101xg.h | 3688 #define ADC_CR2_CONT ADC_CR2_CONT_Msk /*!< ADC group regul… macro
|