TCC input event enable/disable/configure structure.
For configuring an input event.
#include <tcc.h>
Data Fields | |
enum tcc_event_action | action |
Event action on incoming event. More... | |
bool | invert |
Invert incoming event input line. More... | |
bool | modify_action |
Modify event action. More... | |
enum tcc_event_action tcc_input_event_config::action |
Event action on incoming event.
Referenced by run_faultx_test(), and tcc_enable_events().
bool tcc_input_event_config::invert |
Invert incoming event input line.
Referenced by tcc_disable_events(), and tcc_enable_events().
bool tcc_input_event_config::modify_action |
Modify event action.
Referenced by run_faultx_test(), and tcc_enable_events().