17 #ifndef __IOTC_BSP_TIME_H__ 18 #define __IOTC_BSP_TIME_H__ 30 #include <iotc_time.h> iotc_time_t iotc_bsp_time_getcurrenttime_milliseconds()
Gets the milliseconds since Epoch.
void iotc_bsp_time_init()
Initializes the platform-specific timekeeping requirements.
iotc_time_t iotc_bsp_time_getmonotonictime_milliseconds()
Gets the monotonic time in milliseconds.
iotc_time_t iotc_bsp_time_getcurrenttime_seconds()
Gets the seconds since Epoch.