|
ChibiOS 21.11.4
|
PLATFORM DAC subsystem low level driver source. More...
#include "hal.h"Go to the source code of this file.
Functions | |
| void | dac_lld_init (void) |
| Low level DAC driver initialization. | |
| void | dac_lld_start (DACDriver *dacp) |
| Configures and activates the DAC peripheral. | |
| void | dac_lld_stop (DACDriver *dacp) |
| Deactivates the DAC peripheral. | |
| void | dac_lld_put_channel (DACDriver *dacp, dacchannel_t channel, dacsample_t sample) |
| Outputs a value directly on a DAC channel. | |
| void | dac_lld_start_conversion (DACDriver *dacp) |
| Starts a DAC conversion. | |
| void | dac_lld_stop_conversion (DACDriver *dacp) |
| Stops an ongoing conversion. | |
Variables | |
| DACDriver | DACD1 |
| DAC1 driver identifier. | |
PLATFORM DAC subsystem low level driver source.
Definition in file hal_dac_lld.c.