Home
last modified time | relevance | path

Searched refs:LL_ADC_SEQ_SCAN_ENABLE (Results 1 – 12 of 12) sorted by relevance

/hal_stm32-latest/stm32cube/stm32f1xx/drivers/src/
Dstm32f1xx_ll_adc.c61 || ((__SCAN_SELECTION__) == LL_ADC_SEQ_SCAN_ENABLE) \
66 || ((__SCAN_MODE__) == LL_ADC_SEQ_SCAN_ENABLE) \
609 ADC_InitStruct->SequencersScanMode = LL_ADC_SEQ_SCAN_ENABLE; in LL_ADC_StructInit()
/hal_stm32-latest/stm32cube/stm32f7xx/drivers/src/
Dstm32f7xx_ll_adc.c74 || ((__SCAN_SELECTION__) == LL_ADC_SEQ_SCAN_ENABLE) \
79 || ((__SCAN_MODE__) == LL_ADC_SEQ_SCAN_ENABLE) \
630 ADC_InitStruct->SequencersScanMode = LL_ADC_SEQ_SCAN_ENABLE; in LL_ADC_StructInit()
/hal_stm32-latest/stm32cube/stm32f4xx/drivers/src/
Dstm32f4xx_ll_adc.c74 || ((__SCAN_SELECTION__) == LL_ADC_SEQ_SCAN_ENABLE) \
79 || ((__SCAN_MODE__) == LL_ADC_SEQ_SCAN_ENABLE) \
644 ADC_InitStruct->SequencersScanMode = LL_ADC_SEQ_SCAN_ENABLE; in LL_ADC_StructInit()
/hal_stm32-latest/stm32cube/stm32f2xx/drivers/src/
Dstm32f2xx_ll_adc.c75 || ((__SCAN_SELECTION__) == LL_ADC_SEQ_SCAN_ENABLE) \
80 || ((__SCAN_MODE__) == LL_ADC_SEQ_SCAN_ENABLE) \
652 ADC_InitStruct->SequencersScanMode = LL_ADC_SEQ_SCAN_ENABLE; in LL_ADC_StructInit()
/hal_stm32-latest/stm32cube/stm32l1xx/drivers/src/
Dstm32l1xx_ll_adc.c91 || ((__SCAN_SELECTION__) == LL_ADC_SEQ_SCAN_ENABLE) \
96 || ((__SCAN_MODE__) == LL_ADC_SEQ_SCAN_ENABLE) \
645 ADC_InitStruct->SequencersScanMode = LL_ADC_SEQ_SCAN_ENABLE; in LL_ADC_StructInit()
/hal_stm32-latest/stm32cube/stm32f3xx/drivers/src/
Dstm32f3xx_ll_adc.c1384 || ((__SCAN_SELECTION__) == LL_ADC_SEQ_SCAN_ENABLE) )
1388 || ((__SCAN_MODE__) == LL_ADC_SEQ_SCAN_ENABLE) )
1719 ADC_InitStruct->SequencersScanMode = LL_ADC_SEQ_SCAN_ENABLE; in LL_ADC_StructInit()
/hal_stm32-latest/stm32cube/stm32f1xx/drivers/include/
Dstm32f1xx_ll_adc.h487 #define LL_ADC_SEQ_SCAN_ENABLE (ADC_CR1_SCAN) /*!< ADC conversions are performed in seq… macro
/hal_stm32-latest/stm32cube/stm32f2xx/drivers/include/
Dstm32f2xx_ll_adc.h585 #define LL_ADC_SEQ_SCAN_ENABLE (ADC_CR1_SCAN) /*!< ADC conversions are performed in seq… macro
/hal_stm32-latest/stm32cube/stm32f7xx/drivers/include/
Dstm32f7xx_ll_adc.h595 #define LL_ADC_SEQ_SCAN_ENABLE (ADC_CR1_SCAN) /*!< ADC conversions are performed in seq… macro
/hal_stm32-latest/stm32cube/stm32f4xx/drivers/include/
Dstm32f4xx_ll_adc.h603 #define LL_ADC_SEQ_SCAN_ENABLE (ADC_CR1_SCAN) /*!< ADC conversions are performed in seq… macro
/hal_stm32-latest/stm32cube/stm32l1xx/drivers/include/
Dstm32l1xx_ll_adc.h677 #define LL_ADC_SEQ_SCAN_ENABLE (ADC_CR1_SCAN) /*!< ADC conversions are performed in seq… macro
/hal_stm32-latest/stm32cube/stm32f3xx/drivers/include/
Dstm32f3xx_ll_adc.h7734 #define LL_ADC_SEQ_SCAN_ENABLE ((uint32_t)ADC_CR1_SCAN) /*!< ADC conversions are perfor… macro