Ultibo API
C/C++ API for Ultibo Core
Loading...
Searching...
No Matches
_TASKER_SEMAPHORE_COMPLETE Struct Reference

#include <threads.h>

Data Fields

uint32_t task
 The task to be performed.
TASKER_TASKprev
 Previous task in Tasker list.
TASKER_TASKnext
 Next task in Tasker list.
COMPLETION_HANDLE completion
 Handle of the completion to complete or complete all.
LONGBOOL all
 False for complete, True for complete all.

Field Documentation

◆ task

uint32_t task

The task to be performed.

◆ prev

TASKER_TASK* prev

Previous task in Tasker list.

◆ next

TASKER_TASK* next

Next task in Tasker list.

◆ completion

COMPLETION_HANDLE completion

Handle of the completion to complete or complete all.

◆ all

LONGBOOL all

False for complete, True for complete all.


The documentation for this struct was generated from the following file: