no-OS
Public Attributes | List of all members
iio_trig_priv Struct Reference

Links a physical trigger instance "void *instance" with a "iio_trigger *descriptor" that describes capabilities of the trigger. More...

Collaboration diagram for iio_trig_priv:
Collaboration graph
[legend]

Public Attributes

char id [MAX_TRIG_ID]
 
char * name
 
void * instance
 
struct iio_triggerdescriptor
 
bool triggered
 

Detailed Description

Links a physical trigger instance "void *instance" with a "iio_trigger *descriptor" that describes capabilities of the trigger.

Member Data Documentation

◆ descriptor

struct iio_trigger* iio_trig_priv::descriptor

Trigger descriptor(describes type of trigger and its attributes)

◆ id

char iio_trig_priv::id[MAX_TRIG_ID]

Will be: iio:trigger[0...n]

◆ instance

void* iio_trig_priv::instance

Physical instance of a trigger

◆ name

char* iio_trig_priv::name

Trigger name

◆ triggered

bool iio_trig_priv::triggered

Set to true when the triggering condition is met


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