![]() |
ChibiOS/RT Architecture - Reference Manual - Guides |
ADC Driver subsystem low level driver source template. More...
#include "ch.h"#include "hal.h"Go to the source code of this file.
Functions | |
| void | adc_lld_init (void) |
| Low level ADC driver initialization. | |
| void | adc_lld_start (ADCDriver *adcp) |
| Configures and activates the ADC peripheral. | |
| void | adc_lld_stop (ADCDriver *adcp) |
| Deactivates the ADC peripheral. | |
| void | adc_lld_start_conversion (ADCDriver *adcp) |
| Starts an ADC conversion. | |
| void | adc_lld_stop_conversion (ADCDriver *adcp) |
| Stops an ongoing conversion. | |
ADC Driver subsystem low level driver source template.
Definition in file templates/adc_lld.c.
1.7.1