no-OS
|
Header file of IIO AD7091R8 driver header file. More...
#include "iio.h"
Go to the source code of this file.
Classes | |
struct | ad7091r8_iio_dev |
AD7091r8 IIO device descriptor structure. More... | |
struct | ad7091r8_iio_dev_init_param |
AD7091r8 IIO device initial parameters structure. More... | |
Macros | |
#define | ad7091r8_iio_device(chans) |
Functions | |
int | ad7091r8_iio_init (struct ad7091r8_iio_dev **iio_dev, struct ad7091r8_iio_dev_init_param *init_param) |
Initializes the AD7091R8 IIO driver. More... | |
int | ad7091r8_iio_remove (struct ad7091r8_iio_dev *desc) |
Free the resources allocated by ad7091r8_iio_init(). More... | |
Variables | |
struct iio_trigger | ad7091r8_iio_timer_trig_desc |
Header file of IIO AD7091R8 driver header file.
Copyright 2024(c) Analog Devices, Inc.
Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
THIS SOFTWARE IS PROVIDED BY ANALOG DEVICES, INC. “AS IS” AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL ANALOG DEVICES, INC. BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
#define ad7091r8_iio_device | ( | chans | ) |
int ad7091r8_iio_init | ( | struct ad7091r8_iio_dev ** | iio_dev, |
struct ad7091r8_iio_dev_init_param * | init_param | ||
) |
Initializes the AD7091R8 IIO driver.
Function to be called to initialize a AD7091R-2/-4/-8 device.
iio_dev | - The iio device structure. |
init_param | - The structure that contains the device initial parameters. |
int ad7091r8_iio_remove | ( | struct ad7091r8_iio_dev * | desc | ) |
Free the resources allocated by ad7091r8_iio_init().
Function to be called to remove a AD7091R-2/-4/-8 device.
desc | - The IIO device structure. |
struct iio_trigger ad7091r8_iio_timer_trig_desc |