WE310F5  39.00.000
m2mb_rtc_time.h
Go to the documentation of this file.
1 /*===============================================================================================*/
2 /* >>> Copyright (C) Telit Communications S.p.A. Italy All Rights Reserved. <<< */
25 #ifndef M2MB_RTC_H
26 #define M2MB_RTC_H
27 
28 #ifdef __cplusplus
29 extern "C" {
30 #endif
31 
41 /*-----------------------------------------------------------------------------------------------*/
42 
47 /*-----------------------------------------------------------------------------------------------*/
48 
49 
50 /* GLOBAL DECLARATIONS ----------------------------------------------------------- */
51 
52 /* Global declarations ==========================================================================*/
53 
54 /* Global typedefs --------------------------------------------------------------- */
55 
61 typedef struct
62 {
72 
73 /* Global functions =============================================================================*/
74 
75 /*-----------------------------------------------------------------------------------------------*/
120 /*-----------------------------------------------------------------------------------------------*/
122 
123 /*-----------------------------------------------------------------------------------------------*/
177 /*-----------------------------------------------------------------------------------------------*/
179 
180 /*-----------------------------------------------------------------------------------------------*/
239 /*-----------------------------------------------------------------------------------------------*/
241 
242 /*-----------------------------------------------------------------------------------------------*/
273 /*-----------------------------------------------------------------------------------------------*/
275 
279 /*-----------------------------------------------------------------------------------------------*/
280 
281 #ifdef __cplusplus
282 }
283 #endif
284 #endif /* M2MB_RTC_H */
INT32 M2MB_STATUS_T
Definition: m2mb_status.h:97
unsigned short UINT16
Definition: m2mb_types.h:87
M2MB_STATUS_T m2mb_core_rtc_time_set(M2MB_RTC_TIME_T *pTm)
Setting time to RTC module.
M2MB_STATUS_T m2mb_core_rtc_default_time_set(VOID)
Setting default time to RTC module.
Structure to represent RTC time.
Definition: m2mb_rtc_time.h:61
void VOID
Definition: m2mb_types.h:74
M2MB_STATUS_T m2mb_core_rtc_time_get(M2MB_RTC_TIME_T *pTm)
Getting time from RTC module.
M2MB_STATUS_T m2mb_core_rtc_gps_epoch_get(uint64_t *ms)
Getting time from RTC module since GPS Epoch.