libopencm3
A free/libre/open-source firmware library for various ARM Cortex-M3 microcontrollers.
adc_common_f47.c File Reference
Include dependency graph for adc_common_f47.c:

Go to the source code of this file.

Functions

void adc_set_sample_time (uint32_t adc, uint8_t channel, uint8_t time)
 ADC Set the Sample Time for a Single Channel. More...
 
void adc_set_sample_time_on_all_channels (uint32_t adc, uint8_t time)
 ADC Set the Sample Time for All Channels. More...
 
void adc_set_multi_mode (uint32_t mode)
 ADC Set Dual/Triple Mode. More...
 
void adc_enable_vbat_sensor (void)
 Enable The VBat Sensor. More...
 
void adc_disable_vbat_sensor (void)
 Disable The VBat Sensor. More...