LPCOpen Platform  v1.03
LPCOpen Platform for NXP LPC Microcontrollers
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
rtc.h File Reference
#include "integer.h"

Go to the source code of this file.

Data Structures

struct  RTC
 

Functions

int rtc_initialize (void)
 
int rtc_gettime (RTC *)
 
int rtc_settime (const RTC *)
 

Function Documentation

int rtc_gettime ( RTC )

Definition at line 47 of file rtc.c.

int rtc_initialize ( void  )

RTC initialization function

Definition at line 19 of file rtc.c.

int rtc_settime ( const RTC )

Definition at line 63 of file rtc.c.