no-OS
All Classes Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
iio_adxl367.h
Go to the documentation of this file.
1/***************************************************************************/
33#ifndef IIO_ADXL367_H
34#define IIO_ADXL367_H
35
36#include "iio.h"
37
44
48
49int adxl367_iio_init(struct adxl367_iio_dev **iio_dev,
51
52int adxl367_iio_remove(struct adxl367_iio_dev *desc);
53
54#endif
struct ad7616_init_param init_param
Definition ad7616_sdz.c:107
Header file of iio.
int adxl367_iio_remove(struct adxl367_iio_dev *desc)
Free the resources allocated by adxl367_iio_init().
Definition iio_adxl367.c:763
int adxl367_iio_init(struct adxl367_iio_dev **iio_dev, struct adxl367_iio_init_param *init_param)
Initializes the ADXL367 IIO driver.
Definition iio_adxl367.c:711
Definition iio_adxl367.h:38
struct adxl367_dev * adxl367_dev
Definition iio_adxl367.h:39
uint8_t no_of_active_channels
Definition iio_adxl367.h:42
uint32_t active_channels
Definition iio_adxl367.h:41
struct iio_device * iio_dev
Definition iio_adxl367.h:40
Definition iio_adxl367.h:45
struct adxl367_init_param * adxl367_initial_param
Definition iio_adxl367.h:46
Structure holding the parameters for ADXL367 device initialization.
Definition adxl367.h:440
Structure holding channels and attributes of a device.
Definition iio_types.h:238