8#ifndef INC_TIMER_DRIVER_H_
9#define INC_TIMER_DRIVER_H_
29void WaitReceiveTaskEnd(TASK_HANDLE*);
void TimerInit(void)
Initialize Timer.
void LeaveMutex(void)
Release mutex.
void StopTimerLoop(TimerCallback_t Callback)
Stop the timer task.
void TimerCleanup(void)
Cleanup Timer.
void EnterMutex(void)
Acquire mutex.
void StartTimerLoop(TimerCallback_t Callback)
Start the timer task.
void CreateReceiveTask(CAN_PORT port, TASK_HANDLE *handle, void *ReceiveLoopPtr)
Stop the timer task.