diff -r f45fd4cd3832 -r 34654679f262 doc/doxygen/html/timer_8c.html --- a/doc/doxygen/html/timer_8c.html Fri Jul 06 10:53:15 2007 +0200 +++ b/doc/doxygen/html/timer_8c.html Mon Jul 16 08:56:03 2007 +0200 @@ -18,49 +18,49 @@
#include <applicfg.h>
#include "timer.h"
Include dependency graph for timer.c:
Go to the source code of this file.
Defines | |
#define | min_val(a, b) ((a<b)?a:b) |
#define | min_val(a, b) ((a<b)?a:b) |
Functions | |
TIMER_HANDLE | SetAlarm (CO_Data *d, UNS32 id, TimerCallback_t callback, TIMEVAL value, TIMEVAL period) |
TIMER_HANDLE | DelAlarm (TIMER_HANDLE handle) |
void | TimeDispatch () |
TIMER_HANDLE | SetAlarm (CO_Data *d, UNS32 id, TimerCallback_t callback, TIMEVAL value, TIMEVAL period) |
TIMER_HANDLE | DelAlarm (TIMER_HANDLE handle) |
void | TimeDispatch () |
Variables | |
s_timer_entry | timers [MAX_NB_TIMER] = {{TIMER_FREE, NULL, NULL, 0, 0, 0},} |
TIMEVAL | total_sleep_time = TIMEVAL_MAX |
TIMER_HANDLE | last_timer_raw = -1 |
s_timer_entry | timers [MAX_NB_TIMER] = {{TIMER_FREE, NULL, NULL, 0, 0, 0},} |
TIMEVAL | total_sleep_time = TIMEVAL_MAX |
TIMER_HANDLE | last_timer_raw = -1 |
Definition in file timer.c.
- | TimerCallback_t | +TimerCallback_t | callback, | |