include/timers_driver.h
changeset 32 8afa33692372
parent 0 4472ee7c6c3e
child 145 e747d2e26af0
equal deleted inserted replaced
31:a82b70738e5c 32:8afa33692372
    28 
    28 
    29 // For use from CAN driver
    29 // For use from CAN driver
    30 void EnterMutex(void);
    30 void EnterMutex(void);
    31 void LeaveMutex(void);
    31 void LeaveMutex(void);
    32 void WaitReceiveTaskEnd(TASK_HANDLE*);
    32 void WaitReceiveTaskEnd(TASK_HANDLE*);
    33 void stopTimer(void);
       
    34 
    33 
    35 // For use from application
    34 // For use from application
    36 void TimerLoop(TimerCallback_t init_callback);
    35 void StartTimerLoop(TimerCallback_t init_callback);
       
    36 void StopTimerLoop(void);
    37 void CreateReceiveTask(CAN_HANDLE fd0, TASK_HANDLE *ReceiveLoop_task);
    37 void CreateReceiveTask(CAN_HANDLE fd0, TASK_HANDLE *ReceiveLoop_task);
    38 
    38 
    39 #endif
    39 #endif