precision-converters-firmware
Functions | Variables
ltc2672_iio.h File Reference

Header file for LTC2672 IIO interface. More...

#include <stdint.h>
Include dependency graph for ltc2672_iio.h:
This graph shows which files directly or indirectly include this file:

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
 

Detailed Description

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.

Function Documentation

◆ ltc2672_iio_event_handler()

void ltc2672_iio_event_handler ( void  )

Run the LTC2672 IIO event handler.

Returns
none.

This function monitors the new IIO client event.

Here is the caller graph for this function:

◆ ltc2672_iio_init()

int32_t ltc2672_iio_init ( void  )

Initialize the IIO interface for LTC2672 IIO device.

Returns
0 in case of success, negative error code otherwise.
Here is the caller graph for this function:

Variable Documentation

◆ ltc2672_dev_desc

struct ltc2672_dev* ltc2672_dev_desc
extern