no-OS
|
Links a physical device instance "void *dev_instance" with a "iio_device *iio" that describes capabilities of the device. More...
Public Attributes | |
char | dev_id [MAX_DEV_ID] |
const char * | name |
void * | dev_instance |
struct iio_device_data | dev_data |
uint32_t | active_reg_addr |
struct iio_device * | dev_descriptor |
struct iio_buffer_priv | buffer |
uint32_t | trig_idx |
Links a physical device instance "void *dev_instance" with a "iio_device *iio" that describes capabilities of the device.
uint32_t iio_dev_priv::active_reg_addr |
Used to read debug attributes
struct iio_buffer_priv iio_dev_priv::buffer |
struct iio_device_data iio_dev_priv::dev_data |
Structure to be passed to callbacks
struct iio_device* iio_dev_priv::dev_descriptor |
Device descriptor(describes channels and attributes)
char iio_dev_priv::dev_id[MAX_DEV_ID] |
Will be: iio:device[0...n] n beeing the count of registerd devices
void* iio_dev_priv::dev_instance |
Physical instance of a device
const char* iio_dev_priv::name |
Device name
uint32_t iio_dev_priv::trig_idx |