nico@215: nico@215:
nico@215:#include <native/task.h>
#include <native/timer.h>
#include <native/mutex.h>
#include <native/alarm.h>
nico@215: Include dependency graph for timerscfg.h:
nico@215: Go to the source code of this file.
Defines | |
#define | TIMEVAL RTIME |
#define | TIMEVAL_MAX ~(RTIME)0 |
#define | MS_TO_TIMEVAL(ms) (RTIME)ms*1000000 |
#define | US_TO_TIMEVAL(us) (RTIME)us*1000 |
#define | TASK_HANDLE RT_TASK |
#define MS_TO_TIMEVAL | nico@215:( | nico@215:ms | nico@215:nico@215: | ) | nico@215:(RTIME)ms*1000000 | nico@215:
nico@215: nico@215:
nico@215: Definition at line 35 of file timerscfg.h. nico@215:
#define TASK_HANDLE RT_TASK | nico@215:
nico@215: nico@215:
nico@215: Definition at line 38 of file timerscfg.h. nico@215:
#define TIMEVAL RTIME | nico@215:
nico@215: nico@215:
nico@215: Definition at line 33 of file timerscfg.h. nico@215:
#define TIMEVAL_MAX ~(RTIME)0 | nico@215:
nico@215: nico@215:
nico@215: Definition at line 34 of file timerscfg.h. nico@215:
#define US_TO_TIMEVAL | nico@215:( | nico@215:us | nico@215:nico@215: | ) | nico@215:(RTIME)us*1000 | nico@215:
nico@215: nico@215:
nico@215: Definition at line 36 of file timerscfg.h. nico@215:
nico@215: