client-c  0.8.1
cc32xx_time.h
Go to the documentation of this file.
1 
18 #ifndef CC32XX_TIME_H_
19 #define CC32XX_TIME_H_
20 
21 #include <time.h>
22 
23 typedef long kaa_time_t;
24 
25 #define KAA_TIME() (kaa_time_t)cc32xx_time()
26 
27 long cc32xx_time(void);
28 long long cc32xx_clock_getms(void);
29 
30 #endif /* CC32XX_TIME_H_ */
long kaa_time_t
Definition: cc32xx_time.h:23
long cc32xx_time(void)
long long cc32xx_clock_getms(void)