Orion
high-rate readout
reglist_hcc1.hpp
1 #define REG_LIST_SEP(f, s) \
2  f(SEU1)s \
3  f(SEU2)s \
4  f(FrameRaw)s \
5  f(LCBerr)s \
6  f(ADC_Status)s \
7  f(Status)s \
8  f(ABC_Flow_Control1)s \
9  f(ABC_Flow_Control2)s \
10  f(ABC_Flow_Control3)s \
11  f(RR_Occ)s \
12  f(HPR)s \
13  f(Pulse)s \
14  f(Addressing)s \
15  f(Delay1)s \
16  f(Delay2)s \
17  f(Delay3)s \
18  f(PLL)s \
19  f(DRV1)s \
20  f(DRV2)s \
21  f(ICenable)s \
22  f(OPmode)s \
23  f(OPmodeC)s \
24  f(Cfg1)s \
25  f(Cfg2)s \
26  f(ExtRst)s \
27  f(ExtRstC)s \
28  f(ErrCfg)s \
29  f(ADCcfg)
30 
31 #define COMMA_SEP ,
32 
33 #define REG_LIST(f) REG_LIST_SEP(f, COMMA_SEP)