precision-converters-firmware
|
Header file for AD7091R IIO interface. More...
#include <stdint.h>
#include <stdbool.h>
#include "iio.h"
Go to the source code of this file.
Functions | |
int | ad7091r_iio_init (void) |
Initialize the IIO interface for AD7091R IIO device. More... | |
void | ad7091r_iio_event_handler (void) |
Run the AD7091R IIO event handler. More... | |
Variables | |
struct ad7091r8_dev * | ad7091r_dev_desc |
volatile bool | ad7091r_conversion_flag |
Header file for AD7091R IIO interface.
Copyright (c) 2024 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.
void ad7091r_iio_event_handler | ( | void | ) |
Run the AD7091R IIO event handler.
This function monitors the new IIO client event.
int ad7091r_iio_init | ( | void | ) |
Initialize the IIO interface for AD7091R IIO device.
|
extern |
|
extern |