Analog Devices / Mbed OS EVAL-AD717x-AD411x-IIO

Dependencies:   sdp_k1_sdram

Embed: (wiki syntax)

« Back to documentation index

ad717x_iio.h File Reference

ad717x_iio.h File Reference

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

Go to the source code of this file.

Functions

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

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.

Definition in file ad717x_iio.h.


Function Documentation

void ad717x_iio_event_handler ( void   )

Run the AD717x IIO event handler.

Returns:
None

Definition at line 494 of file ad717x_iio.c.

int32_t ad717x_iio_initialize ( void   )

Initialize the AD717x IIO Interface.

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

Definition at line 434 of file ad717x_iio.c.