diff -r 6efc85c5493e -r 1c1e3599d66a doc/doxygen/html/timers__driver_8h.html --- a/doc/doxygen/html/timers__driver_8h.html Mon Feb 11 11:00:12 2008 +0100 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,266 +0,0 @@ - -
-#include "timerscfg.h"
#include "timer.h"
-Include dependency graph for timers_driver.h:
-This graph shows which files directly or indirectly include this file:
-Go to the source code of this file.
Functions | |
void | EnterMutex (void) |
void | LeaveMutex (void) |
void | WaitReceiveTaskEnd (TASK_HANDLE) |
void | StartTimerLoop (TimerCallback_t init_callback) |
void | StopTimerLoop (void) |
void | CreateReceiveTask (CAN_PORT, TASK_HANDLE *, void *) |
void CreateReceiveTask | -( | -CAN_PORT | -, | -|
- | - | TASK_HANDLE * | -, | -|
- | - | void * | -- | |
- | ) | -- |
- -
-Definition at line 71 of file timers_unix.c. -
void EnterMutex | -( | -void | -- | ) | -- |
- -
-Definition at line 20 of file timers_unix.c. -
-References CanFestival_mutex, and ccritical_section::enter(). -
-Here is the call graph for this function:
void LeaveMutex | -( | -void | -- | ) | -- |
- -
-Definition at line 25 of file timers_unix.c. -
-References CanFestival_mutex, and ccritical_section::leave(). -
-Here is the call graph for this function:
void StartTimerLoop | -( | -TimerCallback_t | -init_callback | -) | -- |
- -
-Definition at line 62 of file timers_unix.c. -
-References EnterMutex(), initTimer(), LeaveMutex(), class_timers::resume_timer_thread(), SetAlarm(), class_timers::start_timer_thread(), and TIMEVAL. -
-Here is the call graph for this function:
void StopTimerLoop | -( | -void | -- | ) | -- |
- -
-Definition at line 55 of file timers_unix.c. -
-References EnterMutex(), LeaveMutex(), class_timers::stop_timer_thread(), and timer. -
-Here is the call graph for this function:
void WaitReceiveTaskEnd | -( | -TASK_HANDLE | -- | ) | -- |
- -
-Definition at line 76 of file timers_unix.c. -
-