RPV Event driven kernel
Loading...
Searching...
No Matches
evt_data_u Union Reference

Event payload container. More...

#include <events.h>

Collaboration diagram for evt_data_u:

Data Fields

struct console_key_s con_key
 Console key event payload.
 

Detailed Description

Event payload container.

Union containing all possible event-specific data types. The active member depends on the associated event identifier.

Note
The event dispatcher must ensure correct interpretation of the union member based on event type.

Field Documentation

◆ con_key

struct console_key_s con_key

Console key event payload.

Valid when event type is EVT_USERCON_KEY.


The documentation for this union was generated from the following file: