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

Header file of ad77681_iio. More...

#include <stdio.h>
#include <stdbool.h>
#include "iio.h"
#include "iio_types.h"
Include dependency graph for ad77681_iio.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

int32_t ad77681_iio_initialize (void)
 Initialize the IIO interface for AD7768-1 IIO device. More...
 
void ad77681_iio_event_handler (void)
 Run the AD77681 IIO event handler. More...
 

Variables

struct ad77681_devp_ad77681_dev_inst
 

Detailed Description

Header file of ad77681_iio.

Copyright (c) 2021 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

◆ ad77681_iio_event_handler()

void ad77681_iio_event_handler ( void  )

Run the AD77681 IIO event handler.

Returns
none

This function monitors the new IIO client event

Here is the caller graph for this function:

◆ ad77681_iio_initialize()

int32_t ad77681_iio_initialize ( void  )

Initialize the IIO interface for AD7768-1 IIO device.

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

Variable Documentation

◆ p_ad77681_dev_inst

struct ad77681_dev* p_ad77681_dev_inst
extern