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

Go to the source code of this file.

Functions

int32_t ad7134_iio_initialize (void)
 Initialize the AD7134 device for iio interface.
 
void ad7134_iio_event_handler (void)
 Run the AD7134 IIO event handler.
 

Variables

struct ad713x_dev * p_ad7134_dev_inst
 

Function Documentation

◆ ad7134_iio_event_handler()

void ad7134_iio_event_handler ( void  )

Run the AD7134 IIO event handler.

Returns
none

This function monitors the new IIO client event

Here is the caller graph for this function:

◆ ad7134_iio_initialize()

int32_t ad7134_iio_initialize ( void  )

Initialize the AD7134 device for iio interface.

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

Variable Documentation

◆ p_ad7134_dev_inst

struct ad713x_dev* p_ad7134_dev_inst
extern