![]() |
no-OS
|
#include <iio_types.h>
Public Attributes | |
| bool | is_synchronous |
| struct iio_attribute * | attributes |
| int(* | enable )(void *trig) |
| int(* | disable )(void *trig) |
| struct iio_attribute* iio_trigger::attributes |
Array of attributes. Last one should have its name set to NULL
| int(* iio_trigger::disable) (void *trig) |
Called when needs to be disabled
| int(* iio_trigger::enable) (void *trig) |
Called when needs to be enabled
| bool iio_trigger::is_synchronous |
If true the trigger handler will be called in interrupt context If false the handler will be called from iio_step