BurgerLib
Typedefs | Functions
ththreads.h File Reference
#include "brtypes.h"
Include dependency graph for ththreads.h:
This graph shows which files directly or indirectly include this file:

Typedefs

typedef Word32 Mutex_t
typedef struct TimerTask_t TimerTask_t
typedef Word(BURGER_APITimerTaskProc )(void *DataPtr)

Functions

Word BURGER_API MutexLock (Mutex_t *Input)
void BURGER_API MutexUnlock (Mutex_t *Input)
TimerTask_t *BURGER_API TimerTaskNew (Word Period, TimerTaskProc Proc, void *ProcData, Word Active)
void BURGER_API TimerTaskDelete (TimerTask_t *Input)
Word BURGER_API TimerTaskGetActive (const TimerTask_t *Input)
Word BURGER_API TimerTaskSetActive (TimerTask_t *Input, Word Flag)
Word BURGER_API TimerTaskGetPeriod (const TimerTask_t *Input)
Word BURGER_API TimerTaskSetPeriod (TimerTask_t *Input, Word Period)

Typedef Documentation

typedef Word32 Mutex_t
typedef struct TimerTask_t TimerTask_t
typedef Word(BURGER_API * TimerTaskProc)(void *DataPtr)

Function Documentation

TimerTask_t* BURGER_API TimerTaskNew ( Word  Period,
TimerTaskProc  Proc,
void ProcData,
Word  Active 
)
Word BURGER_API TimerTaskSetPeriod ( TimerTask_t Input,
Word  Period 
)