precision-converters-firmware
Loading...
Searching...
No Matches
Functions | Variables
ad7606_iio.h File Reference
#include <stdio.h>
#include <stdbool.h>
#include "iio.h"
#include "iio_types.h"
Include dependency graph for ad7606_iio.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

int32_t ad7606_iio_initialize (void)
 Initialize the IIO interface for AD7606 IIO device.
 
void ad7606_iio_event_handler (void)
 Run the AD7606 IIO event handler.
 

Variables

struct ad7606_dev * p_ad7606_dev_inst
 

Function Documentation

◆ ad7606_iio_event_handler()

void ad7606_iio_event_handler ( void  )

Run the AD7606 IIO event handler.

Returns
none

This function monitors the new IIO client event

Here is the caller graph for this function:

◆ ad7606_iio_initialize()

int32_t ad7606_iio_initialize ( void  )

Initialize the IIO interface for AD7606 IIO device.

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

Variable Documentation

◆ p_ad7606_dev_inst

struct ad7606_dev* p_ad7606_dev_inst
extern

Pointer to the struct representing the AD7606 IIO device