no-OS
All Classes Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
iio_adf5611.h File Reference

Implementation of IIO ADF5611 Driver. More...

#include "iio_types.h"
#include "iio.h"
Include dependency graph for iio_adf5611.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  adf5611_iio_dev
 
struct  adf5611_iio_dev_init_param
 

Enumerations

enum  adf5611_iio_ch_attr_id {
  ADF5611_IIO_CH_ATTR_FREQ ,
  ADF5611_IIO_CH_ATTR_OPWR
}
 
enum  adf5611_iio_dev_attr_id {
  ADF5611_IIO_DEV_ATTR_REF_CLK ,
  ADF5611_IIO_DEV_ATTR_REF_DIV ,
  ADF5611_IIO_DEV_ATTR_CP_I ,
  ADF5611_IIO_DEV_ATTR_CP_AVAIL ,
  ADF5611_IIO_DEV_ATTR_RFOUTDIV_PWR ,
  ADF5611_IIO_DEV_ATTR_RFOUTDIV_DIV ,
  ADF5611_IIO_DEV_ATTR_EN_RFOUTDIV ,
  ADF5611_IIO_DEV_ATTR_RFOUTDIV_DIV_AVAIL
}
 

Functions

int adf5611_iio_init (struct adf5611_iio_dev **iio_dev, struct adf5611_iio_dev_init_param *init_param)
 Initializes the ADF5611 IIO driver.
 
int adf5611_iio_remove (struct adf5611_iio_dev *desc)
 Free the resources allocated by adf5611_iio_init().
 

Detailed Description

Implementation of IIO ADF5611 Driver.

Author
josemene (jude..nosp@m.osem.nosp@m.ene@a.nosp@m.nalo.nosp@m.g.com)

Copyright 2024(c) Analog Devices, Inc.

Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:

  1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
  2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.
  3. Neither the name of Analog Devices, Inc. nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission.

THIS SOFTWARE IS PROVIDED BY ANALOG DEVICES, INC. “AS IS” AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL ANALOG DEVICES, INC. BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

Enumeration Type Documentation

◆ adf5611_iio_ch_attr_id

Enumerator
ADF5611_IIO_CH_ATTR_FREQ 
ADF5611_IIO_CH_ATTR_OPWR 

◆ adf5611_iio_dev_attr_id

Enumerator
ADF5611_IIO_DEV_ATTR_REF_CLK 
ADF5611_IIO_DEV_ATTR_REF_DIV 
ADF5611_IIO_DEV_ATTR_CP_I 
ADF5611_IIO_DEV_ATTR_CP_AVAIL 
ADF5611_IIO_DEV_ATTR_RFOUTDIV_PWR 
ADF5611_IIO_DEV_ATTR_RFOUTDIV_DIV 
ADF5611_IIO_DEV_ATTR_EN_RFOUTDIV 
ADF5611_IIO_DEV_ATTR_RFOUTDIV_DIV_AVAIL 

Function Documentation

◆ adf5611_iio_init()

int adf5611_iio_init ( struct adf5611_iio_dev ** iio_dev,
struct adf5611_iio_dev_init_param * init_param )

Initializes the ADF5611 IIO driver.

Parameters
iio_dev- The iio device structure.
init_param- The structure that contains the device initial parameters.
Returns
ret - Result of the initialization procedure.
Here is the caller graph for this function:

◆ adf5611_iio_remove()

int adf5611_iio_remove ( struct adf5611_iio_dev * dev)

Free the resources allocated by adf5611_iio_init().

Parameters
dev- The IIO device structure.
Returns
ret - Result of the remove procedure.
Here is the caller graph for this function: