no-OS
Variables
common_data.c File Reference

Defines common data to be used by ad719x examples. More...

#include "common_data.h"
Include dependency graph for common_data.c:

Variables

const struct no_os_spi_init_param spi_ip
 
const struct no_os_gpio_init_param miso_ip
 
const struct no_os_gpio_init_param sync_ip
 
struct ad719x_init_param ad7190_dev_ip
 

Detailed Description

Defines common data to be used by ad719x examples.

Author
Andrei Porumb (andre.nosp@m.i.po.nosp@m.rumb@.nosp@m.anal.nosp@m.og.co.nosp@m.m)

Copyright 2022(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.

Variable Documentation

◆ ad7190_dev_ip

struct ad719x_init_param ad7190_dev_ip
Initial value:
= {
.spi_init = &spi_ip,
.gpio_miso = &miso_ip,
.sync_pin = NULL,
.current_polarity = 1,
.current_gain = AD719X_ADC_GAIN_64,
.operating_mode = AD719X_MODE_SINGLE,
.data_rate_code = 480U,
.clock_source = AD719X_INT_CLK_4_92_MHZ,
.input_mode = 0,
.buffer = 0,
.bpdsw_mode = 0,
.chip_id = AD7190
}

◆ miso_ip

const struct no_os_gpio_init_param miso_ip
Initial value:
= {
.number = RDY_PIN,
.platform_ops = GPIO_OPS,
.extra = &gpio_extra
}

◆ spi_ip

const struct no_os_spi_init_param spi_ip
Initial value:
= {
.device_id = SPI_DEVICE_ID,
.max_speed_hz = 100000,
.chip_select = 0U,
.platform_ops = SPI_OPS,
.extra = &spi_extra
}

◆ sync_ip

const struct no_os_gpio_init_param sync_ip
Initial value:
= {
.number = SYNC_PIN,
.platform_ops = GPIO_OPS,
.extra = &gpio_extra
}
AD719X_MODE_SINGLE
@ AD719X_MODE_SINGLE
Definition: ad719x.h:166
spi_extra
const struct xil_spi_init_param spi_extra
Definition: ad5758_sdz.c:53
spi_ip
const struct no_os_spi_init_param spi_ip
Definition: common_data.c:42
NO_OS_SPI_MODE_3
@ NO_OS_SPI_MODE_3
Definition: no_os_spi.h:67
AD719X_ADC_GAIN_64
@ AD719X_ADC_GAIN_64
Definition: ad719x.h:147
miso_ip
const struct no_os_gpio_init_param miso_ip
Definition: common_data.c:52
SYNC_PIN
#define SYNC_PIN
Definition: parameters.h:55
AD7190
@ AD7190
Definition: ad719x.h:182
SPI_OPS
#define SPI_OPS
Definition: parameters.h:74
NO_OS_SPI_BIT_ORDER_MSB_FIRST
@ NO_OS_SPI_BIT_ORDER_MSB_FIRST
Definition: no_os_spi.h:76
RDY_PIN
#define RDY_PIN
Definition: parameters.h:45
NULL
#define NULL
Definition: wrapper.h:64
SPI_DEVICE_ID
#define SPI_DEVICE_ID
Definition: parameters.h:69
gpio_extra
struct max_gpio_init_param gpio_extra
Definition: common_data.c:47
GPIO_OPS
#define GPIO_OPS
Definition: parameters.h:78
AD719X_INT_CLK_4_92_MHZ
@ AD719X_INT_CLK_4_92_MHZ
Definition: ad719x.h:159