#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.