Example program for EVAL-AD4130

Dependencies:   tempsensors sdp_k1_sdram

Embed: (wiki syntax)

« Back to documentation index

ad4130_iio.h File Reference

ad4130_iio.h File Reference

Header file of AD4130 IIO interface. More...

Go to the source code of this file.

Functions

int32_t ad4130_iio_initialize (void)
 Initialize the IIO interface for AD4130 IIO device.
void ad4130_iio_event_handler (void)
 Run the AD4130 IIO event handler.

Variables

struct ad413x_dev * ad4130_dev_inst
 Pointer to the struct representing the AD4130 IIO device.

Detailed Description

Header file of AD4130 IIO interface.

Copyright (c) 2020, 2022 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 ad4130_iio.h.


Function Documentation

void ad4130_iio_event_handler ( void   )

Run the AD4130 IIO event handler.

Returns:
none

This function monitors the new IIO client event

Definition at line 1151 of file ad4130_iio.c.

int32_t ad4130_iio_initialize ( void   )

Initialize the IIO interface for AD4130 IIO device.

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

Definition at line 1089 of file ad4130_iio.c.


Variable Documentation

struct ad413x_dev* ad4130_dev_inst

Pointer to the struct representing the AD4130 IIO device.

Definition at line 124 of file ad4130_iio.c.