no-OS
|
Links a physical trigger instance "void *instance" with a "iio_trigger *descriptor" that describes capabilities of the trigger. More...
Public Attributes | |
char | id [MAX_TRIG_ID] |
char * | name |
void * | instance |
struct iio_trigger * | descriptor |
bool | triggered |
Links a physical trigger instance "void *instance" with a "iio_trigger *descriptor" that describes capabilities of the trigger.
struct iio_trigger* iio_trig_priv::descriptor |
Trigger descriptor(describes type of trigger and its attributes)
char iio_trig_priv::id[MAX_TRIG_ID] |
Will be: iio:trigger[0...n]
void* iio_trig_priv::instance |
Physical instance of a trigger
char* iio_trig_priv::name |
Trigger name
bool iio_trig_priv::triggered |
Set to true when the triggering condition is met