ChibiOS/HAL
6.1.0
|
Events source object. More...
#include <osal.h>
Data Fields | |
volatile eventflags_t | flags |
Stored event flags. More... | |
eventcallback_t | cb |
Event source callback. More... | |
void * | param |
User defined field. More... | |
Events source object.
volatile eventflags_t event_source::flags |
Stored event flags.
Definition at line 213 of file osal.h.
Referenced by osalEventBroadcastFlagsI(), and osalEventObjectInit().
eventcallback_t event_source::cb |
Event source callback.
Definition at line 214 of file osal.h.
Referenced by osalEventBroadcastFlagsI(), osalEventObjectInit(), and osalEventSetCallback().
void* event_source::param |
User defined field.
Definition at line 215 of file osal.h.
Referenced by osalEventObjectInit(), and osalEventSetCallback().