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

Represents a Horizontal Offset Register value. More...

#include <max7456Registers.h>

Public Attributes

unsigned char whole
 The whole register value.
 
struct {
   unsigned char   horizontalPositionOffset: 6
 Vertical Position Offset.
 
   unsigned char   unsused: 2
 Don't care.
 
bits
 access to individual bits
 

Detailed Description

Represents a Horizontal Offset Register value.

Member Data Documentation

REG_HOS::bits

access to individual bits

unsigned char REG_HOS::horizontalPositionOffset

Vertical Position Offset.

  • b00 0000 (0) = Farthest left (-32 pixels)
  • .
  • .
  • b10 0000 (32) = No horizontal offset
  • .
  • .
  • b11 1111 (31) = Farthest right (+31pixels)
unsigned char REG_HOS::unsused

Don't care.

unsigned char REG_HOS::whole

The whole register value.


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