The xFIT register class is used for reading and writing the FIFO Test registers
within VXI cards.
The class is similar to the xDig class except that there is no INITIALISE function; bit subfields of hardware
registers is not supported and the register can only be accessed if VXI.GO is not set.
The class accepts values in decimal or hex format.
All address variables are VME addresses and are thus expressed in units of bytes (8 bits).
Attributes :-
-s    VXI slot number
-c    channel number
-o    offset
-w    width of VME access. Options are 8; 16; 32.
-p    access permission (rw, ro, wo)
-f    data format
The absolute VME address of a register (relative to the card base address allocated by the Resource Manager) is given by (channel number * 256) + (register offset).