Home
last modified time | relevance | path

Searched refs:ADC_ISR_EOS (Results 1 – 8 of 8) sorted by relevance

/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 …
756 #define ADC_FLAG_EOS ADC_ISR_EOS /*!< ADC End of Regular sequence of Conversions fla…
Dstm32l4xx_ll_adc.h606 #define LL_ADC_FLAG_EOS ADC_ISR_EOS /*!< ADC flag ADC group regular end o…
/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)
402 #define ADC_EOC_SINGLE_SEQ_CONV ((uint32_t)(ADC_ISR_EOC | ADC_ISR_EOS)) /*!< reserved for futu…
Dstm32l0xx_ll_adc.h385 #define LL_ADC_FLAG_EOS ADC_ISR_EOS /*!< ADC flag ADC group regular end o…
/loramac-node-3.4.0/src/boards/SKiM881AXL/cmsis/
Dstm32l081xx.h730 #define ADC_ISR_EOS ADC_ISR_EOSEQ macro
/loramac-node-3.4.0/src/boards/NucleoL073/cmsis/
Dstm32l073xx.h839 #define ADC_ISR_EOS ADC_ISR_EOSEQ macro
/loramac-node-3.4.0/src/boards/B-L072Z-LRWAN1/cmsis/
Dstm32l072xx.h823 #define ADC_ISR_EOS ADC_ISR_EOSEQ macro
/loramac-node-3.4.0/src/boards/NucleoL476/cmsis/
Dstm32l476xx.h1497 #define ADC_ISR_EOS ADC_ISR_EOS_Msk /*!< ADC group regul… macro