rtc.h File Reference

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

Go to the source code of this file.

Defines

#define setTime(H, M, S, P)   {TI_second = S; TI_minute = M; TI_hour = H; TI_PM = P;}

Functions

void incrementSeconds (void)
void incrementMinutes (void)
void incrementHours (void)
char get24Hour (unsigned char hour, unsigned char pm)

Variables

unsigned char TI_second
unsigned char TI_minute
unsigned char TI_hour
unsigned char TI_PM


Define Documentation

#define setTime ( H,
M,
S,
 )     {TI_second = S; TI_minute = M; TI_hour = H; TI_PM = P;}

Definition at line 63 of file rtc.h.


Function Documentation

char get24Hour ( unsigned char  hour,
unsigned char  pm 
)

void incrementHours ( void   ) 

void incrementMinutes ( void   ) 

void incrementSeconds ( void   ) 


Variable Documentation

unsigned char TI_hour

unsigned char TI_minute

unsigned char TI_PM

unsigned char TI_second


Generated on Thu Dec 27 14:21:53 2007 for Sample MSP430-449STK2 project by  doxygen 1.5.1