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

IIO Header file for AD7124. More...

#include <stdint.h>
#include "iio.h"
#include "ad7124.h"
#include "app_config.h"
Include dependency graph for ad7124_iio.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

int32_t ad7124_iio_initialize (void)
 Initialize the AD7124 IIO Interface. More...
 
void ad7124_iio_event_handler (void)
 Run the AD7124 IIO event handler. More...
 

Variables

struct ad7124_dev * ad7124_dev_inst
 

Detailed Description

IIO Header file for AD7124.

Copyright (c) 2023 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

◆ ad7124_iio_event_handler()

void ad7124_iio_event_handler ( void  )

Run the AD7124 IIO event handler.

Returns
None
Here is the caller graph for this function:

◆ ad7124_iio_initialize()

int32_t ad7124_iio_initialize ( void  )

Initialize the AD7124 IIO Interface.

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

Variable Documentation

◆ ad7124_dev_inst

struct ad7124_dev* ad7124_dev_inst
extern