![]() |
Max7456
Class representing a max7456
|
Represents an OSD Black Level Register value. More...
#include <max7456Registers.h>
Public Attributes | |
unsigned char | whole |
The whole register value. | |
struct { | |
unsigned char doNotChange: 4 | |
do not change those bits : factory preset | |
unsigned char osdImageBlackLevelControl: 1 | |
OSD Image Black Level Control. | |
unsigned char unused: 3 | |
don't care | |
} | bits |
access to individual bits | |
Represents an OSD Black Level Register value.
REG_OSDBL::bits |
access to individual bits
unsigned char REG_OSDBL::doNotChange |
do not change those bits : factory preset
unsigned char REG_OSDBL::osdImageBlackLevelControl |
OSD Image Black Level Control.
unsigned char REG_OSDBL::unused |
don't care
unsigned char REG_OSDBL::whole |
The whole register value.