iLLD_TC27xC
1.0
Ifx_DateTime.h
Go to the documentation of this file.
1
/**
2
* \file Ifx_DateTime.h
3
* \brief Date and time functions.
4
*
5
* \version iLLD_0_1_0_10
6
* \copyright Copyright (c) 2013 Infineon Technologies AG. All rights reserved.
7
*
8
*
9
* IMPORTANT NOTICE
10
*
11
*
12
* Infineon Technologies AG (Infineon) is supplying this file for use
13
* exclusively with Infineon's microcontroller products. This file can be freely
14
* distributed within development tools that are supporting such microcontroller
15
* products.
16
*
17
* THIS SOFTWARE IS PROVIDED "AS IS". NO WARRANTIES, WHETHER EXPRESS, IMPLIED
18
* OR STATUTORY, INCLUDING, BUT NOT LIMITED TO, IMPLIED WARRANTIES OF
19
* MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE APPLY TO THIS SOFTWARE.
20
* INFINEON SHALL NOT, IN ANY CIRCUMSTANCES, BE LIABLE FOR SPECIAL, INCIDENTAL,
21
* OR CONSEQUENTIAL DAMAGES, FOR ANY REASON WHATSOEVER.
22
*
23
* \defgroup library_srvsw_sysse_time_datetime DateTime
24
* This module implements the Date-Time functions.
25
* \ingroup library_srvsw_sysse_time
26
*/
27
28
#ifndef REALTIME_H_
29
#define REALTIME_H_ 1
30
#include "
Cpu/Std/Ifx_Types.h
"
31
typedef
struct
32
{
33
sint32
hours
;
34
sint32
minutes
;
35
sint32
seconds
;
36
}
Ifx_DateTime
;
37
/** \addtogroup library_srvsw_sysse_time_datetime
38
* \{ */
39
IFX_EXTERN
void
DateTime_set
(
Ifx_DateTime
*time);
40
IFX_EXTERN
void
DateTime_get
(
Ifx_DateTime
*time);
41
/** \} */
42
43
#endif
/* REALTIME_H_ */
home
mclld
Libraries
release
iLLD_0_1_0_10
src
ifx
SrvSw
SysSe
Time
Ifx_DateTime.h
Generated by
1.8.4