gwenhywfar
4.6.0beta
|
#include <gwenhywfar/gwenhywfarapi.h>
#include <gwenhywfar/types.h>
#include <gwenhywfar/gwentime.h>
#include <gwenhywfar/misc.h>
Go to the source code of this file.
Functions | |
void | GWEN_Time__SetSecsAndMSecs (GWEN_TIME *ti, uint32_t secs, uint32_t msecs) |
Functions to be implemented by OS specific modules | |
int | GWEN_Time__GetCurrentTime (GWEN_TIME *ti) |
int GWEN_Time__GetCurrentTime | ( | GWEN_TIME * | ti | ) |
Referenced by GWEN_CurrentTime().
void GWEN_Time__SetSecsAndMSecs | ( | GWEN_TIME * | ti, |
uint32_t | secs, | ||
uint32_t | msecs | ||
) |
This function is called by OS dependant implementations of GWEN_Time__GetCurrentTime.
Definition at line 106 of file gwentime_all.c.