Home
last modified time | relevance | path

Searched refs:ADC_CR2_CONT (Results 1 – 25 of 98) sorted by relevance

1234

/hal_stm32-2.7.6/stm32cube/stm32l1xx/drivers/include/
Dstm32l1xx_hal_adc_ex.h364 …R2_EXTSEL | ADC_CR2_ALIGN | ADC_CR2_EOCS | ADC_CR2_DDS | ADC_CR2_DELS | ADC_CR2_CFG | ADC_CR2_CONT)
367 …_EXTEN | ADC_CR2_EXTSEL | ADC_CR2_ALIGN | ADC_CR2_EOCS | ADC_CR2_DDS | ADC_CR2_DELS | ADC_CR2_CONT)
444 ADC_CR2_CONT | ADC_CR2_ADON )) \
452 ADC_CR2_CONT | ADC_CR2_ADON )) \
Dstm32l1xx_ll_adc.h789 #define LL_ADC_REG_CONV_CONTINUOUS (ADC_CR2_CONT) /*!< ADC conversions are perform…
3145 MODIFY_REG(ADCx->CR2, ADC_CR2_CONT, Continuous); in LL_ADC_REG_SetContinuousMode()
3162 return (uint32_t)(READ_BIT(ADCx->CR2, ADC_CR2_CONT)); in LL_ADC_REG_GetContinuousMode()
Dstm32l1xx_hal_adc.h986 ((_CONTINUOUS_MODE_) << POSITION_VAL(ADC_CR2_CONT))
/hal_stm32-2.7.6/stm32cube/stm32l1xx/drivers/src/
Dstm32l1xx_ll_adc.c377 | ADC_CR2_CFG | ADC_CR2_CONT | ADC_CR2_ADON ) in LL_ADC_DeInit()
385 | ADC_CR2_CONT | ADC_CR2_ADON ) in LL_ADC_DeInit()
697 | ADC_CR2_CONT in LL_ADC_REG_Init()
/hal_stm32-2.7.6/stm32cube/stm32f1xx/drivers/src/
Dstm32f1xx_ll_adc.c454 | ADC_CR2_CONT | ADC_CR2_ADON ) in LL_ADC_DeInit()
708 | ADC_CR2_CONT in LL_ADC_REG_Init()
Dstm32f1xx_hal_adc.c564 ADC_CR2_CONT , in HAL_ADC_Init()
683 ADC_CR2_RSTCAL | ADC_CR2_CAL | ADC_CR2_CONT | in HAL_ADC_DeInit()
/hal_stm32-2.7.6/stm32cube/stm32f7xx/drivers/src/
Dstm32f7xx_ll_adc.c468 | ADC_CR2_CONT | ADC_CR2_ADON ) in LL_ADC_DeInit()
721 | ADC_CR2_CONT in LL_ADC_REG_Init()
Dstm32f7xx_hal_adc.c1949 hadc->Instance->CR2 &= ~(ADC_CR2_CONT); in ADC_Init()
/hal_stm32-2.7.6/stm32cube/stm32f2xx/drivers/src/
Dstm32f2xx_ll_adc.c490 | ADC_CR2_CONT | ADC_CR2_ADON ) in LL_ADC_DeInit()
748 | ADC_CR2_CONT in LL_ADC_REG_Init()
Dstm32f2xx_hal_adc.c1866 hadc->Instance->CR2 &= ~(ADC_CR2_CONT); in ADC_Init()
/hal_stm32-2.7.6/stm32cube/stm32f4xx/drivers/src/
Dstm32f4xx_ll_adc.c482 | ADC_CR2_CONT | ADC_CR2_ADON ) in LL_ADC_DeInit()
738 | ADC_CR2_CONT in LL_ADC_REG_Init()
Dstm32f4xx_hal_adc.c1953 hadc->Instance->CR2 &= ~(ADC_CR2_CONT); in ADC_Init()
/hal_stm32-2.7.6/stm32cube/stm32f1xx/drivers/include/
Dstm32f1xx_ll_adc.h576 #define LL_ADC_REG_CONV_CONTINUOUS (ADC_CR2_CONT) /*!< ADC conversions are perform…
2252 MODIFY_REG(ADCx->CR2, ADC_CR2_CONT, Continuous); in LL_ADC_REG_SetContinuousMode()
2269 return (uint32_t)(READ_BIT(ADCx->CR2, ADC_CR2_CONT)); in LL_ADC_REG_GetContinuousMode()
/hal_stm32-2.7.6/stm32cube/stm32f2xx/drivers/include/
Dstm32f2xx_ll_adc.h668 #define LL_ADC_REG_CONV_CONTINUOUS (ADC_CR2_CONT) /*!< ADC conversions are perform…
2467 MODIFY_REG(ADCx->CR2, ADC_CR2_CONT, Continuous); in LL_ADC_REG_SetContinuousMode()
2484 return (uint32_t)(READ_BIT(ADCx->CR2, ADC_CR2_CONT)); in LL_ADC_REG_GetContinuousMode()
/hal_stm32-2.7.6/stm32cube/stm32f7xx/drivers/include/
Dstm32f7xx_ll_adc.h679 #define LL_ADC_REG_CONV_CONTINUOUS (ADC_CR2_CONT) /*!< ADC conversions are perform…
2576 MODIFY_REG(ADCx->CR2, ADC_CR2_CONT, Continuous); in LL_ADC_REG_SetContinuousMode()
2593 return (uint32_t)(READ_BIT(ADCx->CR2, ADC_CR2_CONT)); in LL_ADC_REG_GetContinuousMode()
/hal_stm32-2.7.6/stm32cube/stm32f4xx/drivers/include/
Dstm32f4xx_ll_adc.h691 #define LL_ADC_REG_CONV_CONTINUOUS (ADC_CR2_CONT) /*!< ADC conversions are perform…
2615 MODIFY_REG(ADCx->CR2, ADC_CR2_CONT, Continuous); in LL_ADC_REG_SetContinuousMode()
2632 return (uint32_t)(READ_BIT(ADCx->CR2, ADC_CR2_CONT)); in LL_ADC_REG_GetContinuousMode()
/hal_stm32-2.7.6/stm32cube/stm32f3xx/drivers/src/
Dstm32f3xx_ll_adc.c1567 | ADC_CR2_CONT | ADC_CR2_ADON ) in LL_ADC_DeInit()
1813 | ADC_CR2_CONT in LL_ADC_REG_Init()
Dstm32f3xx_hal_adc_ex.c716 ADC_CR2_CONT , in HAL_ADC_Init()
1082 ADC_CR2_RSTCAL | ADC_CR2_CAL | ADC_CR2_CONT | in HAL_ADC_DeInit()
/hal_stm32-2.7.6/stm32cube/stm32f3xx/drivers/include/
Dstm32f3xx_ll_adc.h7804 #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-2.7.6/stm32cube/stm32f1xx/soc/
Dstm32f101x6.h3157 #define ADC_CR2_CONT ADC_CR2_CONT_Msk /*!< ADC group regul… macro
Dstm32f101xb.h3219 #define ADC_CR2_CONT ADC_CR2_CONT_Msk /*!< ADC group regul… macro
Dstm32f100xb.h3371 #define ADC_CR2_CONT ADC_CR2_CONT_Msk /*!< ADC group regul… macro
Dstm32f102x6.h3206 #define ADC_CR2_CONT ADC_CR2_CONT_Msk /*!< ADC group regul… macro
Dstm32f100xe.h3718 #define ADC_CR2_CONT ADC_CR2_CONT_Msk /*!< ADC group regul… macro
Dstm32f101xe.h3614 #define ADC_CR2_CONT ADC_CR2_CONT_Msk /*!< ADC group regul… macro

1234