|
NNP STM Generic Remote Module git-main
|
Go to the source code of this file.
Functions | |
| void | EnterMutex (void) |
| Acquire mutex. | |
| void | LeaveMutex (void) |
| Release mutex. | |
| void | WaitReceiveTaskEnd (TASK_HANDLE *) |
| void | TimerInit (void) |
| Initialize Timer. | |
| void | TimerCleanup (void) |
| Cleanup Timer. | |
| void | StartTimerLoop (TimerCallback_t Callback) |
| Start the timer task. | |
| void | StopTimerLoop (TimerCallback_t Callback) |
| Stop the timer task. | |
| void | CreateReceiveTask (CAN_PORT port, TASK_HANDLE *handle, void *ReceiveLoopPtr) |
| Stop the timer task. | |
Created on: Oct 9, 2024 Author: jenej
Definition in file timer_driver.h.
| void CreateReceiveTask | ( | CAN_PORT | port, |
| TASK_HANDLE * | handle, | ||
| void * | ReceiveLoopPtr ) |
Stop the timer task.
| port | CanFestival file descriptor |
| *handle | handle of receive loop thread |
| *ReceiveLoopPtr | Pointer on the receive loop function |