|
precision-converters-firmware
|
Header file for AD5706R IIO interface. More...
#include <stdint.h>#include "ad5706r.h"

Go to the source code of this file.
Macros | |
| #define | NUM_IIO_DEVICES 2 |
Functions | |
| int32_t | ad5706r_iio_initialize (void) |
| Initialize the IIO interface for AD5706R IIO device. | |
| void | ad5706r_iio_event_handler (void) |
| Run the AD5706R IIO event handler. | |
Variables | |
| struct ad5706r_dev * | ad5706r_dev_inst [NUM_IIO_DEVICES] |
Header file for AD5706R IIO interface.
Copyright (c) 2024-2026 Analog Devices, Inc.
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.
| #define NUM_IIO_DEVICES 2 |
| void ad5706r_iio_event_handler | ( | void | ) |
Run the AD5706R IIO event handler.
This function monitors the new IIO client event

| int32_t ad5706r_iio_initialize | ( | void | ) |
Initialize the IIO interface for AD5706R IIO device.

|
extern |