_LCD_status Union Reference

#include <LCD_driver.h>


Detailed Description

Definition at line 48 of file LCD_driver.h.

Data Fields

unsigned char allFields
unsigned char unused: 6
volatile unsigned char updateComplete: 1
volatile unsigned char updateRequired: 1


Field Documentation

unsigned char _LCD_status::allFields
 

Definition at line 49 of file LCD_driver.h.

unsigned char _LCD_status::unused
 

to the LCD Data Registers. Can be used to determine if LCD_displayData is ready for new data.

Definition at line 57 of file LCD_driver.h.

volatile unsigned char _LCD_status::updateComplete
 

to the LCD Data Registers.C an be used to block LCD updating, while updating LCD_displayData. Indicates that the LCD_displayData has been latched

Definition at line 54 of file LCD_driver.h.

Referenced by LCD_SOF_interrupt(), LCD_timerDelay(), and main().

volatile unsigned char _LCD_status::updateRequired
 

Indicates that the LCD_displayData should be latched

Definition at line 51 of file LCD_driver.h.

Referenced by LCD_SOF_interrupt(), LCD_timerDelay(), and main().


Generated on Fri Feb 17 12:31:58 2006 for AVR065: LCD Driver for the STK502 by  doxygen 1.4.5