Program files for Example program for EVAL-AD7768-1

Dependencies:   platform_drivers

Embed: (wiki syntax)

« Back to documentation index

ad77681_iio.h File Reference

ad77681_iio.h File Reference

Header file of ad77681_iio. More...

Go to the source code of this file.

Functions

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

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.

Definition in file ad77681_iio.h.


Function Documentation

void ad77681_iio_event_handler ( void   )

Run the AD77681 IIO event handler.

Returns:
none

This function monitors the new IIO client event

Definition at line 864 of file ad77681_iio.c.

int32_t ad77681_iio_initialize ( void   )

Initialize the IIO interface for AD77681 IIO device.

Returns:
none
SUCCESS in case of success, FAILURE otherwise

IIO interface init parameters

Definition at line 802 of file ad77681_iio.c.