Nut/OS  5.0.5
API Reference
_SEM Struct Reference

Semaphore. More...

#include <sys/semaphore.h>

Collaboration diagram for _SEM:
[legend]

Data Fields

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

Detailed Description

Semaphore.


Field Documentation

Queue to wait, if semaphore is zero.

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

short _SEM::value

semaphore value .

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


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