LLC200_INIT acq216 host side buffer for host side initialisation. More...
#include <acq32busprot.h>
Data Fields | |
unsigned | marker |
unsigned | mask |
LLC200_INIT_MAGIC_MARKER. | |
unsigned char | dds_ftw [8] |
indicates the fields to change. | |
union { | |
unsigned long long ull | |
unsigned short w [4] | |
} | vranges |
6 byte ftw, 2 byte QDAC | |
unsigned short | offsets [16] |
unsigned | trig |
channels 1..16. | |
unsigned | channel_mask |
trigger definition | |
unsigned | int_clk |
0xf,0xff,0xfff,0xffff {4m,8,12,16} |
LLC200_INIT acq216 host side buffer for host side initialisation.
we use a struct else it's just too tedious, but enforce a u32 alignment between fields
Definition at line 1131 of file acq32busprot.h.
unsigned LLC200_INIT::channel_mask |
unsigned char LLC200_INIT::dds_ftw[8] |
indicates the fields to change.
Definition at line 1134 of file acq32busprot.h.
unsigned LLC200_INIT::int_clk |
0xf,0xff,0xfff,0xffff {4m,8,12,16}
Definition at line 1142 of file acq32busprot.h.
Referenced by IntclkHandler::handleLine().
unsigned LLC200_INIT::marker |
Definition at line 1132 of file acq32busprot.h.
Referenced by VRangeHandler::handleLine(), InputOffsetHandler::handleLine(), IntclkHandler::handleLine(), QdacHandler::handleLine(), and FtwHandler::handleLine().
unsigned LLC200_INIT::mask |
LLC200_INIT_MAGIC_MARKER.
Definition at line 1133 of file acq32busprot.h.
Referenced by VRangeHandler::handleLine(), InputOffsetHandler::handleLine(), IntclkHandler::handleLine(), QdacHandler::handleLine(), FtwHandler::handleLine(), and initPrams().
unsigned short LLC200_INIT::offsets[16] |
Definition at line 1139 of file acq32busprot.h.
Referenced by InputOffsetHandler::handleLine().
unsigned LLC200_INIT::trig |
channels 1..16.
Definition at line 1140 of file acq32busprot.h.
unsigned long long LLC200_INIT::ull |
Definition at line 1136 of file acq32busprot.h.
Referenced by VRangeHandler::handleLine().
union { ... } LLC200_INIT::vranges |
6 byte ftw, 2 byte QDAC
Referenced by VRangeHandler::handleLine().
unsigned short LLC200_INIT::w[4] |
Definition at line 1137 of file acq32busprot.h.