precision-converters-firmware
Functions | Variables
ad717x_iio.h File Reference

IIO Header file for AD717x and AD411x. More...

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

Go to the source code of this file.

Functions

int32_t ad717x_iio_initialize (void)
 Initialize the AD717x IIO Interface. More...
 
void ad717x_iio_event_handler (void)
 Run the AD717x IIO event handler. More...
 

Variables

ad717x_dev * p_ad717x_dev_inst
 

Detailed Description

IIO Header file for AD717x and AD411x.

Copyright (c) 2021-22 Analog Devices, Inc.

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

◆ ad717x_iio_event_handler()

void ad717x_iio_event_handler ( void  )

Run the AD717x IIO event handler.

Returns
None
Here is the caller graph for this function:

◆ ad717x_iio_initialize()

int32_t ad717x_iio_initialize ( void  )

Initialize the AD717x IIO Interface.

Returns
0 in case of success, negative error code otherwise
Here is the caller graph for this function:

Variable Documentation

◆ p_ad717x_dev_inst

ad717x_dev* p_ad717x_dev_inst
extern