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

Header file of ad469x_iio. More...

#include <stdio.h>
#include <stdbool.h>
#include "iio.h"
#include "iio_types.h"
Include dependency graph for ad469x_iio.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

int32_t ad469x_iio_initialize (void)
 Release resources allocated for IIO device. More...
 
void ad469x_iio_event_handler (void)
 Run the ad469x IIO event handler. More...
 

Variables

struct ad469x_dev * p_ad469x_dev
 

Detailed Description

Header file of ad469x_iio.

Copyright (c) 2021-22 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.

Function Documentation

◆ ad469x_iio_event_handler()

void ad469x_iio_event_handler ( void  )

Run the ad469x IIO event handler.

Returns
None
Here is the caller graph for this function:

◆ ad469x_iio_initialize()

int32_t ad469x_iio_initialize ( void  )

Release resources allocated for IIO device.

Parameters
desc[in]- IIO device descriptor
Returns
0 in case of success, negative value otherwise
Here is the caller graph for this function:

Variable Documentation

◆ p_ad469x_dev

struct ad469x_dev* p_ad469x_dev
extern