precision-converters-firmware
|
Header file for LTC2672 IIO interface. More...
#include <stdint.h>
Go to the source code of this file.
Functions | |
int32_t | ltc2672_iio_init (void) |
Initialize the IIO interface for LTC2672 IIO device. More... | |
void | ltc2672_iio_event_handler (void) |
Run the LTC2672 IIO event handler. More... | |
Variables | |
struct ltc2672_dev * | ltc2672_dev_desc |
Header file for LTC2672 IIO interface.
Copyright (c) 2023 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 ltc2672_iio_event_handler | ( | void | ) |
Run the LTC2672 IIO event handler.
This function monitors the new IIO client event.
int32_t ltc2672_iio_init | ( | void | ) |
Initialize the IIO interface for LTC2672 IIO device.
|
extern |