iLLD_TC27xC  1.0
DateTime
Collaboration diagram for DateTime:

Functions

IFX_EXTERN void DateTime_set (Ifx_DateTime *time)
 Set the real time. More...
 
IFX_EXTERN void DateTime_get (Ifx_DateTime *time)
 Get the real time Note that this function is valid only if DateTime_set() has been called. More...
 

Detailed Description

This module implements the Date-Time functions.

Function Documentation

IFX_EXTERN void DateTime_get ( Ifx_DateTime time)

Get the real time Note that this function is valid only if DateTime_set() has been called.

Definition at line 33 of file Ifx_DateTime.c.

IFX_EXTERN void DateTime_set ( Ifx_DateTime time)

Set the real time.

Definition at line 46 of file Ifx_DateTime.c.