Analog Devices / Mbed OS EVAL-AD4110

Dependencies:   tempsensors sdp_k1_sdram

Embed: (wiki syntax)

« Back to documentation index

ad4110_iio.h File Reference

ad4110_iio.h File Reference

Header file of AD4110-1 IIO interfaces. More...

Go to the source code of this file.

Functions

int32_t ad4110_iio_initialize (void)
 Initialize the AD4110-1 IIO application.
void ad4110_iio_event_handler (void)
 Run the AD4110-1 IIO event handler.

Detailed Description

Header file of AD4110-1 IIO interfaces.

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


Function Documentation

void ad4110_iio_event_handler ( void   )

Run the AD4110-1 IIO event handler.

Returns:
None

Definition at line 550 of file ad4110_iio.c.

int32_t ad4110_iio_initialize ( void   )

Initialize the AD4110-1 IIO application.

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

Definition at line 489 of file ad4110_iio.c.