56#include "periph_cpu.h"
57#include "periph_conf.h"
82#define DAC_UNDEF (UINT_FAST8_MAX)
89#define DAC_LINE(x) (x)
uint_fast8_t dac_t
Define default DAC type identifier.
void dac_set(dac_t line, uint16_t value)
Write a value onto DAC Device on a given Channel.
void dac_poweroff(dac_t line)
Disable the given DAC line.
int8_t dac_init(dac_t line)
Initialize the given DAC line.
void dac_poweron(dac_t line)
Enable the given DAC line.