DAC Start Left Adjust
[DAC Macros]
Start the DAC in basic mode with left adjust.
More...
Detailed Description
Start the DAC in basic mode with left adjust.
Define Documentation
| #define Dac_start_left |
( |
|
) |
|
Value:
DACON = (0<<DAATE)| \
(0<<DATS0)| \
(0<<DALA) | \
(1<<DAOE) | \
(1<<DAEN);
Definition at line 75 of file dac_drv.h.