no-OS
Classes | Functions
iio_ad7616.h File Reference

Header file for AD7616 IIO interface. More...

#include <stdint.h>
#include "iio.h"
#include "iio_types.h"
#include "ad7616.h"
Include dependency graph for iio_ad7616.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  ad7616_iio_dev
 

Functions

int ad7616_iio_init (struct ad7616_iio_dev **dev, struct ad7616_init_param *init_param)
 
int ad7616_iio_remove (struct ad7616_iio_dev *dev)
 
void iio_ad7616_event_handler (struct iio_desc *desc)
 

Detailed Description

Header file for AD7616 IIO interface.

Copyright (c) 2024 Analog Devices, Inc. Copyright (c) 2024 BayLibre, SAS. All rights reserved.

This software is proprietary to Analog Devices, Inc. and its licensors. By using this software you agree to the terms of the associated Analog Devices Software License Agreement.

Function Documentation

◆ ad7616_iio_init()

int ad7616_iio_init ( struct ad7616_iio_dev **  dev,
struct ad7616_init_param init_param 
)
Here is the caller graph for this function:

◆ ad7616_iio_remove()

int ad7616_iio_remove ( struct ad7616_iio_dev dev)
Here is the caller graph for this function:

◆ iio_ad7616_event_handler()

void iio_ad7616_event_handler ( struct iio_desc desc)