Max7456
Class representing a max7456
 All Classes Files Functions Variables Typedefs Enumerator Macros Pages
Public Attributes | List of all members
REG_CMDI Union Reference

Represents a Character Memory Data In Register value. More...

#include <max7456Registers.h>

Public Attributes

unsigned char whole
 The whole register value.
 
struct {
   unsigned char   rightMostPixel: 2
 value of the right most pixel
 
   unsigned char   rightCenterPixel: 2
 value of the right center pixel
 
   unsigned char   leftCenterPixel: 2
 value of the left center pixel
 
   unsigned char   leftMostPixel: 2
 value of the left most pixel
 
bits
 access to individual bits
 

Detailed Description

Represents a Character Memory Data In Register value.

Member Data Documentation

REG_CMDI::bits

access to individual bits

unsigned char REG_CMDI::leftCenterPixel

value of the left center pixel

unsigned char REG_CMDI::leftMostPixel

value of the left most pixel

unsigned char REG_CMDI::rightCenterPixel

value of the right center pixel

unsigned char REG_CMDI::rightMostPixel

value of the right most pixel

unsigned char REG_CMDI::whole

The whole register value.


The documentation for this union was generated from the following file: