68 uint16_t xadcGetMeas(XadcChan ch, XadcType ty);
70 bool xadcGetAlarm(XadcChan ch);
72 void xadcSetAveraging(XadcAvg av);
74 XadcAvg xadcGetAveraging();
76 void xadcEnaAlarm(XadcChan ch,
bool enable);
78 void xadcPowerDown(XadcPowerState ps);
80 bool xadcSetAlarmValue(XadcChan ch, XadcType ty, uint16_t val);
83 void xadcSetMode(XadcMode mo);
This file assigns all device structures to memory mapped structures.