![]() |
Max7456
Class representing a max7456
|
Represents a Display Memory Address High Register value. More...
#include <max7456Registers.h>
Public Attributes | |
unsigned char | whole |
The whole register value. | |
struct { | |
unsigned char DisplayMemoryAdressBit8: 1 | |
8th bit for Display Memory Address. | |
unsigned char byteSelectionBit: 1 | |
unsigned char unsused: 6 | |
Don't care. | |
} | bits |
access to individual bits | |
Represents a Display Memory Address High Register value.
REG_DMAH::bits |
access to individual bits
unsigned char REG_DMAH::byteSelectionBit |
unsigned char REG_DMAH::DisplayMemoryAdressBit8 |
8th bit for Display Memory Address.
unsigned char REG_DMAH::unsused |
Don't care.
unsigned char REG_DMAH::whole |
The whole register value.