sgdk
task.h
Go to the documentation of this file.
00001 
00022 #ifndef __TASK_H__
00023 #define __TASK_H__
00024 
00025 #include "task_cst.h"
00026 
00027 
00034 void TSK_userSet(VoidCallback *task);
00035 
00040 void TSK_stop();
00041 
00047 void TSK_userYield(void);
00048 
00061 bool TSK_superPend(s16 wait);
00062 
00070 void TSK_superPost(bool immediate);
00071 
00072 #endif /*__TASK_H__*/
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Defines