BeRTOS
dac_sam3.h
Go to the documentation of this file.
00001 
00038 #ifndef DRV_DAC_SAM3_H
00039 #define DRV_DAC_SAM3_H
00040 
00041 #include <drv/dac.h>
00042 
00046 #define DAC_MAXCH              2 //Max number of channel for ADC.
00047 #define DAC_BITS              12 //Bit resolution for ADC converter.
00048 
00049 #define DAC_SAM3X MAKE_ID('S', 'D', '3', 'X')
00050 
00051 #endif /* DRV_DAC_SAM3_H */