EtcPal  0.4.1
ETC Platform Abstraction Layer (EtcPal)
View other versions:
event_group.h File Reference

Overview

C++ wrapper and utilities for etcpal/event_group.h.

Go to the source code of this file.

Data Structures

class  EventGroup
 A wrapper class for the EtcPal event group type. More...
 

Typedefs

using EventBits = etcpal_event_bits_t
 The type that holds the event bitfield. More...
 

Typedef Documentation

◆ EventBits

using EventBits = etcpal_event_bits_t

The type that holds the event bitfield.

This is always an integer type of some kind. Depending on the platform, the number of usable bits in this type may be restricted. Use ETCPAL_EVENT_GROUP_NUM_USABLE_BITS to determine how many bits are usable.