nico@215: nico@215:
nico@215:#include "timerscfg.h"
#include "timer.h"
nico@215: Include dependency graph for timers_driver.h:
nico@215: This graph shows which files directly or indirectly include this file:
nico@215: 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 | nico@215:( | etisserant@240:CAN_PORT | nico@215:, | nico@215:|
nico@215: | nico@215: | TASK_HANDLE * | nico@215:, | nico@215:|
nico@215: | nico@215: | void * | nico@215:nico@215: | |
nico@215: | ) | nico@215:nico@215: |
nico@215: nico@215:
nico@215: Definition at line 71 of file timers_unix.c. nico@215:
void EnterMutex | nico@215:( | nico@215:void | nico@215:nico@215: | ) | nico@215:nico@215: |
nico@215: nico@215:
nico@215: Definition at line 20 of file timers_unix.c. nico@215:
nico@215: References CanFestival_mutex, and ccritical_section::enter(). nico@215:
etisserant@240: Here is the call graph for this function:
void LeaveMutex | nico@215:( | nico@215:void | nico@215:nico@215: | ) | nico@215:nico@215: |
nico@215: nico@215:
nico@215: Definition at line 25 of file timers_unix.c. nico@215:
nico@215: References CanFestival_mutex, and ccritical_section::leave(). nico@215:
etisserant@240: Here is the call graph for this function:
void StartTimerLoop | nico@215:( | etisserant@240:TimerCallback_t | nico@215:init_callback | nico@215:) | nico@215:nico@215: |
nico@215: nico@215:
nico@215: Definition at line 62 of file timers_unix.c. nico@215:
nico@215: References EnterMutex(), initTimer(), LeaveMutex(), class_timers::resume_timer_thread(), SetAlarm(), class_timers::start_timer_thread(), and TIMEVAL. nico@215:
etisserant@240: Here is the call graph for this function:
void StopTimerLoop | nico@215:( | nico@215:void | nico@215:nico@215: | ) | nico@215:nico@215: |
nico@215: nico@215:
nico@215: Definition at line 55 of file timers_unix.c. nico@215:
nico@215: References EnterMutex(), LeaveMutex(), class_timers::stop_timer_thread(), and timer. nico@215:
etisserant@240: Here is the call graph for this function:
void WaitReceiveTaskEnd | nico@215:( | nico@215:TASK_HANDLE | nico@215:nico@215: | ) | nico@215:nico@215: |
nico@215: nico@215:
nico@215: Definition at line 76 of file timers_unix.c. nico@215:
etisserant@240: