libopencm3
A free/libre/open-source firmware library for various ARM Cortex-M3 microcontrollers.
|
#include <libopencm3/stm32/adc.h>
Go to the source code of this file.
Functions | |
void | adc_enable_regulator (uint32_t adc) |
Enable the ADC Voltage regulator Before any use of the ADC, the ADC Voltage regulator must be enabled. More... | |
void | adc_disable_regulator (uint32_t adc) |
Disable the ADC Voltage regulator You can disable the adc vreg when not in use to save power. More... | |