Camera Link registers
24
Goldeye Camera Link Register Controls Reference V1.0.0
Accessing MaskedIntReg Registers
MaskedIntReg registers refer to a specific bit range of an IntReg. When working
with a MaskedIntReg on this low level then consider that the atomic read and write
operation is usually aligned to an IntReg of the size of 4 bytes. The corresponding
bit shifting and masking operations to read or write the MaskedIntReg need to be
implemented by the user. When writing a MaskedIntReg, don't forget to set all
other bits in the IntReg which are not part of the MaskedIntReg to the current read
value, to avoid unintended data corruption.
Note: the
Reg
prefix is used to keep names consistent to GenICam XML-file.