![]() |
no-OS
|
ADMT4000 IIO device descriptor. More...
#include <iio_admt4000.h>
Public Attributes | |
| struct admt4000_dev * | admt4000_desc |
| struct iio_device * | iio_dev |
| int16_t | data [ADMT4000_NUM_CHAN] |
ADMT4000 IIO device descriptor.
Runtime structure for the ADMT4000 IIO (Industrial I/O) driver. This structure bridges the ADMT4000 hardware driver with the IIO framework, managing channel configuration, data buffering, and hardware triggers for data acquisition. It is allocated by admt4000_iio_init() and used by all IIO operations.
| struct admt4000_dev* admt4000_iio_dev::admt4000_desc |
Pointer to the underlying ADMT4000 hardware device descriptor
| int16_t admt4000_iio_dev::data[ADMT4000_NUM_CHAN] |
Data buffer for storing channel samples (max 6 channels)
| struct iio_device* admt4000_iio_dev::iio_dev |
IIO device descriptor for framework registration and management