|
Paparazzi UAS
v5.12_stable-4-g9b43e9b
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.
Macros | |
| #define | ADC_RESOLUTION 4096 |
Enumerations | |
| enum | adc1_channels { NB_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.
| #define ADC_RESOLUTION 4096 |
Definition at line 37 of file adc_arch.h.
| enum adc1_channels |
| Enumerator | |
|---|---|
| NB_ADC1_CHANNELS | |
| ADC1_END | |
Definition at line 40 of file adc_arch.h.
| enum adc2_channels |
| Enumerator | |
|---|---|
| ADC2_BEGIN | |
| ADC2_END | |
Definition at line 56 of file adc_arch.h.
| enum adc3_channels |
| Enumerator | |
|---|---|
| ADC3_BEGIN | |
| ADC3_END | |
Definition at line 73 of file adc_arch.h.