tinyproto
Public Attributes | List of all members
tiny_events_t Struct Reference

Events group type used by Tiny Protocol implementation. More...

#include <cpp_hal.h>

Public Attributes

tiny_mutex_t mutex
 Mutex object to protect bits.
 
uint8_t bits
 Current state of bits.
 
uint16_t waiters
 
pthread_mutex_t mutex
 
pthread_cond_t cond
 
CRITICAL_SECTION mutex
 
CONDITION_VARIABLE cond
 

Detailed Description

Events group type used by Tiny Protocol implementation.

Event groups type used by Tiny Protocol implementation.

The type declaration depends on platform.


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