precision-converters-firmware
|
Header file for AD355XR IIO application interfaces. More...
#include <stdint.h>
#include "ad3552r.h"
Go to the source code of this file.
Functions | |
int32_t | ad355xr_iio_initialize (void) |
Initialize the IIO interface for AD355XR IIO device. More... | |
void | ad355xr_iio_event_handler (void) |
Run the AD355XR IIO event handler. More... | |
Variables | |
struct ad3552r_desc * | ad355xr_dev_inst |
Header file for AD355XR IIO application interfaces.
Copyright (c) 2023-2024 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.
void ad355xr_iio_event_handler | ( | void | ) |
Run the AD355XR IIO event handler.
This function monitors the new IIO client event
int32_t ad355xr_iio_initialize | ( | void | ) |
Initialize the IIO interface for AD355XR IIO device.
|
extern |