defines.h File Reference


Detailed Description

Defines for sbi, cbi, FALSE and TRUE.

Application note:
AVR063: LCD Driver for the STK504
Documentation:
For comprehensive code documentation, supported compilers, compiler settings and supported devices see readme.html
Author:
Atmel Corporation: http://www.atmel.com
Support email: avr@atmel.com
Name
RELEASE_1_1
Revision
1.3
RCSfile
defines.h,v
Date
2006/02/16 18:04:59

Definition in file defines.h.

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Defines

#define cbi(port, bit)   (port &= ~(1<<bit))
#define FALSE   0
#define sbi(port, bit)   (port |= (1<<bit))
#define TRUE   1


Define Documentation

#define cbi port,
bit   )     (port &= ~(1<<bit))
 

Definition at line 25 of file defines.h.

#define FALSE   0
 

Definition at line 27 of file defines.h.

Referenced by LCD_init(), LCD_timerDelay(), LCD_vect_interrupt(), and main().

#define sbi port,
bit   )     (port |= (1<<bit))
 

Definition at line 24 of file defines.h.

#define TRUE   1
 

Definition at line 28 of file defines.h.

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


Generated on Fri Feb 17 11:16:39 2006 for AVR063 LCD Driver for the STK504 by  doxygen 1.4.5