Home
last modified time | relevance | path

Searched refs:ADC_EOC_SEQ_CONV (Results 1 – 9 of 9) sorted by relevance

/loramac-node-3.4.0/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Src/
Dstm32l4xx_hal_adc.c1434 if (hadc->Init.EOCSelection == ADC_EOC_SEQ_CONV) in HAL_ADC_PollForConversion()
1814 case ADC_EOC_SEQ_CONV: in HAL_ADC_Start_IT()
1858 case ADC_EOC_SEQ_CONV: in HAL_ADC_Start_IT()
1888 case ADC_EOC_SEQ_CONV: in HAL_ADC_Start_IT()
1912 case ADC_EOC_SEQ_CONV: in HAL_ADC_Start_IT()
Dstm32l4xx_hal_adc_ex.c520 if (hadc->Init.EOCSelection == ADC_EOC_SEQ_CONV) in HAL_ADCEx_InjectedPollForConversion()
734 case ADC_EOC_SEQ_CONV: in HAL_ADCEx_InjectedStart_IT()
/loramac-node-3.4.0/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Inc/
Dstm32l4xx_hal_adc.h544 #define ADC_EOC_SEQ_CONV (ADC_ISR_EOS) /*!< End of sequence conversions … macro
954 ((__EOC_SELECTION__) == ADC_EOC_SEQ_CONV) )
/loramac-node-3.4.0/src/boards/mcu/stm32/STM32L0xx_HAL_Driver/Inc/
Dstm32l0xx_hal_adc.h401 #define ADC_EOC_SEQ_CONV ((uint32_t) ADC_ISR_EOS) macro
923 ((EOC_SELECTION) == ADC_EOC_SEQ_CONV) || \
/loramac-node-3.4.0/src/boards/mcu/stm32/STM32L0xx_HAL_Driver/Src/
Dstm32l0xx_hal_adc.c892 if (hadc->Init.EOCSelection == ADC_EOC_SEQ_CONV) in HAL_ADC_PollForConversion()
1140 case ADC_EOC_SEQ_CONV: in HAL_ADC_Start_IT()
/loramac-node-3.4.0/src/boards/mcu/stm32/STM32L1xx_HAL_Driver/Inc/
Dstm32l1xx_hal_adc.h354 #define ADC_EOC_SEQ_CONV (0x00000000U) macro
1017 ((EOC_SELECTION) == ADC_EOC_SEQ_CONV) )
/loramac-node-3.4.0/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Inc/Legacy/
Dstm32_hal_legacy.h72 #define EOC_SEQ_CONV ADC_EOC_SEQ_CONV
/loramac-node-3.4.0/src/boards/mcu/stm32/STM32L1xx_HAL_Driver/Inc/Legacy/
Dstm32_hal_legacy.h72 #define EOC_SEQ_CONV ADC_EOC_SEQ_CONV
/loramac-node-3.4.0/src/boards/mcu/stm32/STM32L0xx_HAL_Driver/Inc/Legacy/
Dstm32_hal_legacy.h72 #define EOC_SEQ_CONV ADC_EOC_SEQ_CONV