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