diff -r 003cc3c63855 -r f49e5a6b7804 doc/doxygen/html/timers__driver_8h.html --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/doc/doxygen/html/timers__driver_8h.html Fri Jun 08 09:23:56 2007 +0200 @@ -0,0 +1,265 @@ + +
+#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. +
+