Example Program for EVAL-AD7606

Dependencies:   platform_drivers

Embed: (wiki syntax)

« Back to documentation index

iio_ad7606.h File Reference

iio_ad7606.h File Reference

Header file of iio_ad7606. More...

Go to the source code of this file.

Functions

int32_t ad7606_iio_initialize (void)
 Initialize the IIO interface for AD7606 IIO device.
void ad7606_iio_event_handler (void)
 Run the AD7606 IIO event handler.

Variables

struct ad7606_dev * p_ad7606_dev_inst
 Pointer to the struct representing the AD7606 IIO device.

Detailed Description

Header file of iio_ad7606.

Copyright (c) 2020-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_ad7606.h.


Function Documentation

void ad7606_iio_event_handler ( void   )

Run the AD7606 IIO event handler.

Returns:
none

This function monitors the new IIO client event

Definition at line 2020 of file iio_ad7606.c.

int32_t ad7606_iio_initialize ( void   )

Initialize the IIO interface for AD7606 IIO device.

Returns:
none
SUCCESS in case of success, FAILURE otherwise

IIO interface init parameters

Definition at line 1959 of file iio_ad7606.c.


Variable Documentation

struct ad7606_dev* p_ad7606_dev_inst

Pointer to the struct representing the AD7606 IIO device.

Definition at line 102 of file iio_ad7606.c.