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... | |
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... | |