libopencm3
A free/libre/open-source firmware library for various ARM Cortex-M3 microcontrollers.
|
#include <libopencm3/stm32/dac.h>
Go to the source code of this file.
Functions | |
void | dac_buffer_enable (uint32_t dac, int channel) |
DAC Channel Output Buffer Enable. More... | |
void | dac_buffer_disable (uint32_t dac, int channel) |
DAC Channel Output Buffer Disable. More... | |