Ultibo API
C/C++ API for Ultibo Core
Loading...
Searching...
No Matches
_TASKER_SEMAPHORE_SIGNAL 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.
SEMAPHORE_HANDLE semaphore
 Handle of the semaphore to signal.
uint32_t count
 The count to be signalled.

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.

◆ semaphore

SEMAPHORE_HANDLE semaphore

Handle of the semaphore to signal.

◆ count

uint32_t count

The count to be signalled.


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