libopencm3
A free/libre/open-source firmware library for various ARM Cortex-M3 microcontrollers.
|
Macros | |
#define | DAC_SWTRIGR_SWTRIG2 (1 << 1) |
SWTRIG2: DAC channel2 software trigger. More... | |
#define | DAC_SWTRIGR_SWTRIG1 (1 << 0) |
SWTRIG1: DAC channel1 software trigger. More... | |
#define DAC_SWTRIGR_SWTRIG1 (1 << 0) |
SWTRIG1: DAC channel1 software trigger.
Definition at line 142 of file dac_common_all.h.
#define DAC_SWTRIGR_SWTRIG2 (1 << 1) |
SWTRIG2: DAC channel2 software trigger.
Definition at line 139 of file dac_common_all.h.