Lydia - Printhead
Loading...
Searching...
No Matches
xtimer.h File Reference
#include <WProgram.h>
#include "macros.h"

Go to the source code of this file.

Classes

struct  Timer< max_tasks, time_func >::task
 
class  Timer< max_tasks, time_func >
 

Macros

#define TIMER_MAX_TASKS   0x10
 

Functions

Timer timer_create_default ()
 

Macro Definition Documentation

◆ TIMER_MAX_TASKS

#define TIMER_MAX_TASKS   0x10

Definition at line 13 of file xtimer.h.

Function Documentation

◆ timer_create_default()

Timer timer_create_default ( )
inline

Definition at line 131 of file xtimer.h.

132{
133 return Timer<>();
134}
Definition xtimer.h:21