ChibiOS/RT  5.1.0
event_source Struct Reference

Event Source structure. More...

#include <chevents.h>

Collaboration diagram for event_source:
Collaboration graph

Data Fields

event_listener_tnext
 First Event Listener registered on the Event Source. More...
 

Detailed Description

Event Source structure.

Definition at line 74 of file chevents.h.

Field Documentation

event_listener_t* event_source::next

First Event Listener registered on the Event Source.

Definition at line 75 of file chevents.h.

Referenced by chEvtBroadcastFlagsI(), chEvtIsListeningI(), chEvtObjectInit(), and chEvtRegisterMaskWithFlags().