|
gwenhywfar
5.10.1
|
#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 | ) |
| 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 122 of file gwentime_all.c.
1.8.14