ChibiOS/HAL
6.1.0
|
PLATFORM ADC subsystem low level driver source. More...
#include "hal.h"
Go to the source code of this file.
Functions | |
void | adc_lld_init (void) |
Low level ADC driver initialization. More... | |
void | adc_lld_start (ADCDriver *adcp) |
Configures and activates the ADC peripheral. More... | |
void | adc_lld_stop (ADCDriver *adcp) |
Deactivates the ADC peripheral. More... | |
void | adc_lld_start_conversion (ADCDriver *adcp) |
Starts an ADC conversion. More... | |
void | adc_lld_stop_conversion (ADCDriver *adcp) |
Stops an ongoing conversion. More... | |
Variables | |
ADCDriver | ADCD1 |
ADC1 driver identifier. More... | |
PLATFORM ADC subsystem low level driver source.
Definition in file hal_adc_lld.c.