gwenhywfar  5.10.1
Functions
gwentime_l.h File Reference
#include <gwenhywfar/gwenhywfarapi.h>
#include <gwenhywfar/types.h>
#include <gwenhywfar/gwentime.h>
#include <gwenhywfar/misc.h>
Include dependency graph for gwentime_l.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)
 

Function Documentation

◆ GWEN_Time__GetCurrentTime()

int GWEN_Time__GetCurrentTime ( GWEN_TIME ti)

Referenced by GWEN_CurrentTime().

Here is the caller graph for this function:

◆ GWEN_Time__SetSecsAndMSecs()

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.