include/timers_driver.h
changeset 454 bc000083297a
parent 401 2c90876b9751
child 528 0a30e161d63c
equal deleted inserted replaced
453:c74a73474cce 454:bc000083297a
    31 void EnterMutex(void);
    31 void EnterMutex(void);
    32 void LeaveMutex(void);
    32 void LeaveMutex(void);
    33 void WaitReceiveTaskEnd(TASK_HANDLE*);
    33 void WaitReceiveTaskEnd(TASK_HANDLE*);
    34 
    34 
    35 // For use from application
    35 // For use from application
    36 void StartTimerLoop(TimerCallback_t init_callback);
    36 void TimerInit(void);
    37 void StopTimerLoop(void);
    37 void TimerCleanup(void);
       
    38 void StartTimerLoop(TimerCallback_t);
       
    39 void StopTimerLoop(TimerCallback_t);
    38 void CreateReceiveTask(CAN_PORT , TASK_HANDLE* , void* );
    40 void CreateReceiveTask(CAN_PORT , TASK_HANDLE* , void* );
    39 
    41 
    40 #endif
    42 #endif