Home
last modified time | relevance | path

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

1234

/hal_stm32-latest/stm32cube/stm32l1xx/drivers/include/
Dstm32l1xx_hal_adc_ex.h363 …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 )) \
Dstm32l1xx_ll_adc.h788 #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()
Dstm32l1xx_hal_adc.h985 ((_CONTINUOUS_MODE_) << POSITION_VAL(ADC_CR2_CONT))
/hal_stm32-latest/stm32cube/stm32l1xx/drivers/src/
Dstm32l1xx_ll_adc.c420 | 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/
Dstm32f1xx_ll_adc.c453 | ADC_CR2_CONT | ADC_CR2_ADON ) in LL_ADC_DeInit()
707 | ADC_CR2_CONT in LL_ADC_REG_Init()
Dstm32f1xx_hal_adc.c554 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/
Dstm32f7xx_ll_adc.c467 | ADC_CR2_CONT | ADC_CR2_ADON ) in LL_ADC_DeInit()
725 | ADC_CR2_CONT in LL_ADC_REG_Init()
Dstm32f7xx_hal_adc.c1959 hadc->Instance->CR2 &= ~(ADC_CR2_CONT); in ADC_Init()
/hal_stm32-latest/stm32cube/stm32f4xx/drivers/src/
Dstm32f4xx_ll_adc.c481 | ADC_CR2_CONT | ADC_CR2_ADON) in LL_ADC_DeInit()
737 | ADC_CR2_CONT in LL_ADC_REG_Init()
Dstm32f4xx_hal_adc.c1955 hadc->Instance->CR2 &= ~(ADC_CR2_CONT); in ADC_Init()
/hal_stm32-latest/stm32cube/stm32f2xx/drivers/src/
Dstm32f2xx_ll_adc.c489 | ADC_CR2_CONT | ADC_CR2_ADON ) in LL_ADC_DeInit()
747 | ADC_CR2_CONT in LL_ADC_REG_Init()
Dstm32f2xx_hal_adc.c1869 hadc->Instance->CR2 &= ~(ADC_CR2_CONT); in ADC_Init()
/hal_stm32-latest/stm32cube/stm32f1xx/drivers/include/
Dstm32f1xx_ll_adc.h575 #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/
Dstm32f2xx_ll_adc.h667 #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/
Dstm32f7xx_ll_adc.h678 #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/
Dstm32f4xx_ll_adc.h690 #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/
Dstm32f3xx_ll_adc.c1568 | ADC_CR2_CONT | ADC_CR2_ADON ) in LL_ADC_DeInit()
1814 | ADC_CR2_CONT in LL_ADC_REG_Init()
Dstm32f3xx_hal_adc_ex.c709 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/
Dstm32f3xx_ll_adc.h7803 #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/
Dstm32f101x6.h3156 #define ADC_CR2_CONT ADC_CR2_CONT_Msk /*!< ADC group regul… macro
Dstm32f101xb.h3218 #define ADC_CR2_CONT ADC_CR2_CONT_Msk /*!< ADC group regul… macro
Dstm32f100xb.h3370 #define ADC_CR2_CONT ADC_CR2_CONT_Msk /*!< ADC group regul… macro
Dstm32f102x6.h3205 #define ADC_CR2_CONT ADC_CR2_CONT_Msk /*!< ADC group regul… macro
Dstm32f100xe.h3717 #define ADC_CR2_CONT ADC_CR2_CONT_Msk /*!< ADC group regul… macro
Dstm32f101xg.h3688 #define ADC_CR2_CONT ADC_CR2_CONT_Msk /*!< ADC group regul… macro

1234