|
Paparazzi UAS
v5.8.2_stable-0-g6260b7c
Paparazzi is a free software Unmanned Aircraft System.
|
Driver for the analog to digital converters on STM32. More...
#include <BOARD_CONFIG>
Include dependency graph for adc_arch.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Enumerations | |
| enum | adc1_channels { ADC1_END } |
| enum | adc2_channels { ADC2_BEGIN = ADC1_END-1, ADC2_END } |
| enum | adc3_channels { ADC3_BEGIN = ADC2_END-1, ADC3_END } |
Driver for the analog to digital converters on STM32.
Definition in file adc_arch.h.
| enum adc1_channels |
| Enumerator | |
|---|---|
| ADC1_END | |
Definition at line 35 of file adc_arch.h.
| enum adc2_channels |
| Enumerator | |
|---|---|
| ADC2_BEGIN | |
| ADC2_END | |
Definition at line 51 of file adc_arch.h.
| enum adc3_channels |
| Enumerator | |
|---|---|
| ADC3_BEGIN | |
| ADC3_END | |
Definition at line 68 of file adc_arch.h.