added dacnames in server defs for g1 and jungfrau

This commit is contained in:
2020-09-17 17:11:09 +02:00
parent 6d01348bf4
commit d9bb028da2
4 changed files with 16 additions and 4 deletions

View File

@ -17,6 +17,10 @@ enum DACINDEX {
enum CLKINDEX { ADC_CLK, NUM_CLOCKS };
#define CLK_NAMES "adc"
#define DAC_NAMES \
"vref_ds", "vcascn_pb", "vcascp_pb", "vout_cm", "vcasc_out", "vin_cm", \
"vref_comp", "ib_testc"
#define DEFAULT_DAC_VALS \
{ \
660, /* G_VREF_DS */ \