Analog Devices / Mbed OS EVAL-AD4696

Dependencies:   platform_drivers

Embed: (wiki syntax)

« Back to documentation index

iio_ad4696.h File Reference

iio_ad4696.h File Reference

Header file of iio_ad4696. More...

Go to the source code of this file.

Functions

int32_t ad4696_iio_initialize (void)
 Initialize the IIO interface for AD4696 IIO device.
void ad4696_iio_event_handler (void)
 Run the AD4696 IIO event handler.

Detailed Description

Header file of iio_ad4696.

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


Function Documentation

void ad4696_iio_event_handler ( void   )

Run the AD4696 IIO event handler.

Returns:
none

This function monitors the new IIO client event

Definition at line 628 of file iio_ad4696.c.

int32_t ad4696_iio_initialize ( void   )

Initialize the IIO interface for AD4696 IIO device.

Returns:
SUCCESS in case of success, FAILURE otherwise

Definition at line 567 of file iio_ad4696.c.