_SEM Struct Reference
[SemaphoreSemaphore]


Detailed Description

Semaphore.

Definition at line 80 of file semaphore.h.

Data Fields

HANDLE qhp
 Queue to wait, if semaphore is zero.
short value
 semaphore value .


Field Documentation

HANDLE _SEM::qhp

Queue to wait, if semaphore is zero.

Definition at line 81 of file semaphore.h.

Referenced by NutSemDestroy(), NutSemInit(), and NutSemPost().

short _SEM::value

semaphore value .

Definition at line 82 of file semaphore.h.

Referenced by NutSemInit(), NutSemPost(), and NutSemTryWait().


The documentation for this struct was generated from the following file:
© 2000-2007 by egnite Software GmbH - visit http://www.ethernut.de/