no-OS
Loading...
Searching...
No Matches
admt4000_iio_dev Struct Reference

ADMT4000 IIO device descriptor. More...

#include <iio_admt4000.h>

Collaboration diagram for admt4000_iio_dev:
[legend]

Public Attributes

struct admt4000_devadmt4000_desc
 
struct iio_deviceiio_dev
 
int16_t data [ADMT4000_NUM_CHAN]
 

Detailed Description

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.

Member Data Documentation

◆ admt4000_desc

struct admt4000_dev* admt4000_iio_dev::admt4000_desc

Pointer to the underlying ADMT4000 hardware device descriptor

◆ data

int16_t admt4000_iio_dev::data[ADMT4000_NUM_CHAN]

Data buffer for storing channel samples (max 6 channels)

◆ iio_dev

struct iio_device* admt4000_iio_dev::iio_dev

IIO device descriptor for framework registration and management


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