ChibiOS/HAL
6.1.0
|
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. More... | |
void | dac_lld_start (DACDriver *dacp) |
Configures and activates the DAC peripheral. More... | |
void | dac_lld_stop (DACDriver *dacp) |
Deactivates the DAC peripheral. More... | |
void | dac_lld_put_channel (DACDriver *dacp, dacchannel_t channel, dacsample_t sample) |
Outputs a value directly on a DAC channel. More... | |
void | dac_lld_start_conversion (DACDriver *dacp) |
Starts a DAC conversion. More... | |
void | dac_lld_stop_conversion (DACDriver *dacp) |
Stops an ongoing conversion. More... | |
Variables | |
DACDriver | DACD1 |
DAC1 driver identifier. More... | |
PLATFORM DAC subsystem low level driver source.
Definition in file hal_dac_lld.c.