ChibiOS/RT
2.6.0
EventSource Struct Reference

Detailed Description

Event Source structure.

Definition at line 65 of file chevents.h.

#include <chevents.h>

Collaboration diagram for EventSource:

Data Fields

EventListeneres_next
 First Event Listener registered on the Event Source.

Field Documentation

First Event Listener registered on the Event Source.

Definition at line 66 of file chevents.h.

Referenced by chEvtBroadcastFlagsI(), and chEvtRegisterMask().