Max7456
Class representing a max7456
|
Represents a Vertical Offset Register value. More...
#include <max7456Registers.h>
Public Attributes | |
unsigned char | whole |
The whole register value. | |
struct { | |
unsigned char verticalPositionOffset: 5 | |
Vertical Position Offset. | |
unsigned char unsused: 3 | |
Don't care. | |
} | bits |
access to individual bits | |
Represents a Vertical Offset Register value.
REG_VOS::bits |
access to individual bits
unsigned char REG_VOS::unsused |
Don't care.
unsigned char REG_VOS::verticalPositionOffset |
Vertical Position Offset.
unsigned char REG_VOS::whole |
The whole register value.