libopencm3
A free/libre/open-source firmware library for various ARM Cortex-M3 microcontrollers.
|
Macros | |
#define | ADC_CCR_VBATEN (1 << 24) |
VBATEN: Enable VBAT Channel. More... | |
#define | ADC_CCR_TSEN (1 << 23) |
TSEN: Enable Temperature Sensor. More... | |
#define | ADC_CCR_VREFEN (1 << 22) |
VREFEN: Enable internal Voltage Reference. More... | |
#define ADC_CCR_TSEN (1 << 23) |
TSEN: Enable Temperature Sensor.
Definition at line 208 of file adc_common_v2.h.
#define ADC_CCR_VBATEN (1 << 24) |
VBATEN: Enable VBAT Channel.
Definition at line 205 of file adc_common_v2.h.
#define ADC_CCR_VREFEN (1 << 22) |
VREFEN: Enable internal Voltage Reference.
Definition at line 211 of file adc_common_v2.h.