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

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
 

Detailed Description

Represents a Vertical Offset Register value.

Member Data Documentation

REG_VOS::bits

access to individual bits

unsigned char REG_VOS::unsused

Don't care.

unsigned char REG_VOS::verticalPositionOffset

Vertical Position Offset.

  • b0 0000 (0) = Farthest up (+16 pixels)
  • .
  • .
  • b1 0000 (16) = No vertical offset
  • .
  • .
  • b1 1111 (31) = Farthest down (-15 pixels)
unsigned char REG_VOS::whole

The whole register value.


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