|
libopencm3
A free/libre/open-source firmware library for various ARM Cortex-M3 microcontrollers.
|
#include <libopencm3/stm32/common/dac_common_all.h>

Go to the source code of this file.
Functions | |
| void | dac_set_mode (uint32_t dac, uint32_t mode) |
| DAC Channel Output Mode. More... | |
| bool | dac_is_ready (uint32_t dac, int channel) |
| Check if DAC channel is ready to receive data. More... | |
| void | dac_wait_on_ready (uint32_t dac, int channel) |
| Wait until DAC channel is ready to receive data. More... | |
| void | dac_set_high_frequency_mode (uint32_t dac, uint32_t hfsel) |
| High frequency interface mode selection. More... | |