Mahesh Phalke / Mbed OS EVAL-AD7689

Dependencies:   sdp_k1_sdram

Embed: (wiki syntax)

« Back to documentation index

ad7689_iio.h File Reference

ad7689_iio.h File Reference

Header file for AD7689 IIO interface. More...

Go to the source code of this file.

Functions

int32_t ad7689_iio_initialize (void)
 Initialize the IIO interface for AD7689 IIO device.
void ad7689_iio_event_handler (void)
 Run the AD7689 IIO event handler.

Detailed Description

Header file for AD7689 IIO interface.

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 ad7689_iio.h.


Function Documentation

void ad7689_iio_event_handler ( void   )

Run the AD7689 IIO event handler.

Returns:
none

This function monitors the new IIO client event

Definition at line 510 of file ad7689_iio.c.

int32_t ad7689_iio_initialize ( void   )

Initialize the IIO interface for AD7689 IIO device.

Returns:
none
0 in case of success, negative error code otherwise

Definition at line 450 of file ad7689_iio.c.