ChibiOS/RT
6.0.3
|
Event Source structure. More...
#include <chevents.h>
Data Fields | |
event_listener_t * | next |
First Event Listener registered on the Event Source. More... | |
Event Source structure.
Definition at line 74 of file chevents.h.
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().