no-OS
Variables
common_data.c File Reference

Defines common data to be used by the STOUT project. More...

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

Variables

struct no_os_uart_init_param ade9113_uart_ip
 
struct no_os_spi_init_param ade9113_spi_ip
 
struct no_os_gpio_init_param ade9113_gpio_rdy_ip
 
struct no_os_gpio_init_param ade9113_gpio_reset_ip
 
struct no_os_gpio_init_param ade9113_gpio_led2_ip
 
struct no_os_gpio_init_param ade9113_gpio_relay_ip
 
struct no_os_gpio_init_param ade9113_gpio_led1_ip
 
struct no_os_gpio_init_param ade9113_gpio_ZX_ip
 
struct no_os_gpio_init_param ade9113_gpio_rcm_test_ip
 
struct no_os_gpio_init_param ade9113_gpio_rcdac_ip
 
struct no_os_gpio_init_param ade9113_gpio_rcddc_ip
 
struct no_os_gpio_init_param ade9113_gpio_led3_ip
 
struct no_os_gpio_init_param ade9113_gpio_led4_ip
 
struct no_os_irq_init_param ade9113_gpio_irq_ip
 
const struct no_os_i2c_init_param adt75_param
 
struct adt75_init_param adt75_ip
 
struct ade9113_init_param ade9113_ip = { 0 }
 

Detailed Description

Defines common data to be used by the STOUT project.

Author
GMois (georg.nosp@m.e.mo.nosp@m.is@an.nosp@m.alog.nosp@m..com), REtz (radu..nosp@m.etz@.nosp@m.analo.nosp@m.g.co.nosp@m.m)

Copyright (c) 2023 Analog Devices, Inc.

All rights reserved.

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

THIS SOFTWARE IS PROVIDED BY ANALOG DEVICES "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, NON-INFRINGEMENT, MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL ANALOG DEVICES BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, INTELLECTUAL PROPERTY RIGHTS, 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

◆ ade9113_gpio_irq_ip

struct no_os_irq_init_param ade9113_gpio_irq_ip
Initial value:
= {
.platform_ops = GPIO_IRQ_OPS,
.irq_ctrl_id = GPIO_CTRL_IRQ_ID,
.extra = GPIO_IRQ_EXTRA,
}

◆ ade9113_gpio_led1_ip

struct no_os_gpio_init_param ade9113_gpio_led1_ip
Initial value:
= {
.port = 0,
.number = 31,
.pull = NO_OS_PULL_NONE,
.platform_ops = GPIO_OPS,
.extra = GPIO_EXTRA,
}

◆ ade9113_gpio_led2_ip

struct no_os_gpio_init_param ade9113_gpio_led2_ip
Initial value:
= {
.port = 0,
.number = 30,
.pull = NO_OS_PULL_NONE,
.platform_ops = GPIO_OPS,
.extra = GPIO_EXTRA,
}

◆ ade9113_gpio_led3_ip

struct no_os_gpio_init_param ade9113_gpio_led3_ip
Initial value:
= {
.port = 1,
.number = 0,
.pull = NO_OS_PULL_NONE,
.platform_ops = GPIO_OPS,
.extra = GPIO_EXTRA,
}

◆ ade9113_gpio_led4_ip

struct no_os_gpio_init_param ade9113_gpio_led4_ip
Initial value:
= {
.port = 1,
.number = 1,
.pull = NO_OS_PULL_NONE,
.platform_ops = GPIO_OPS,
.extra = GPIO_EXTRA,
}

◆ ade9113_gpio_rcdac_ip

struct no_os_gpio_init_param ade9113_gpio_rcdac_ip
Initial value:
= {
.port = 0,
.number = GPIO_RCDAC_PIN,
.pull = NO_OS_PULL_NONE,
.platform_ops = GPIO_OPS,
.extra = GPIO_EXTRA,
}

◆ ade9113_gpio_rcddc_ip

struct no_os_gpio_init_param ade9113_gpio_rcddc_ip
Initial value:
= {
.port = 0,
.number = GPIO_RCDDC_PIN,
.pull = NO_OS_PULL_NONE,
.platform_ops = GPIO_OPS,
.extra = GPIO_EXTRA,
}

◆ ade9113_gpio_rcm_test_ip

struct no_os_gpio_init_param ade9113_gpio_rcm_test_ip
Initial value:
= {
.port = 0,
.number = GPIO_RCM_TEST_PIN,
.pull = NO_OS_PULL_NONE,
.platform_ops = GPIO_OPS,
.extra = GPIO_EXTRA,
}

◆ ade9113_gpio_rdy_ip

struct no_os_gpio_init_param ade9113_gpio_rdy_ip
Initial value:
= {
.number = GPIO_RDY_PIN_NUM,
.pull = NO_OS_PULL_NONE,
.platform_ops = GPIO_OPS,
.extra = GPIO_EXTRA,
}

◆ ade9113_gpio_relay_ip

struct no_os_gpio_init_param ade9113_gpio_relay_ip
Initial value:
= {
.port = RELAY_CTRL_PORT,
.number = RELAY_CTRL_PIN,
.pull = NO_OS_PULL_NONE,
.platform_ops = GPIO_OPS,
.extra = GPIO_EXTRA,
}

◆ ade9113_gpio_reset_ip

struct no_os_gpio_init_param ade9113_gpio_reset_ip
Initial value:
= {
.number = GPIO_RESET_PIN_NUM,
.pull = NO_OS_PULL_NONE,
.platform_ops = GPIO_OPS,
.extra = GPIO_EXTRA,
}

◆ ade9113_gpio_ZX_ip

struct no_os_gpio_init_param ade9113_gpio_ZX_ip
Initial value:
= {
.port = 0,
.number = GPIO_ZC_PIN,
.pull = NO_OS_PULL_NONE,
.platform_ops = GPIO_OPS,
.extra = GPIO_EXTRA,
}

◆ ade9113_ip

struct ade9113_init_param ade9113_ip = { 0 }

◆ ade9113_spi_ip

struct no_os_spi_init_param ade9113_spi_ip
Initial value:
= {
.device_id = SPI_DEVICE_ID,
.max_speed_hz = SPI_BAUDRATE,
.platform_ops = SPI_OPS,
.chip_select = SPI_CS,
.extra = SPI_EXTRA
}

◆ ade9113_uart_ip

struct no_os_uart_init_param ade9113_uart_ip
Initial value:
= {
.device_id = UART_DEVICE_ID,
.irq_id = UART_IRQ_ID,
.asynchronous_rx = true,
.baud_rate = UART_BAUDRATE,
.size = NO_OS_UART_CS_8,
.parity = NO_OS_UART_PAR_NO,
.extra = UART_EXTRA,
.platform_ops = UART_OPS
}

◆ adt75_ip

struct adt75_init_param adt75_ip
Initial value:
= {
.comm_param = adt75_param,
}

◆ adt75_param

const struct no_os_i2c_init_param adt75_param
Initial value:
= {
.device_id = I2C_DEVICE_ID,
.max_speed_hz = 400000,
.platform_ops = I2C_OPS,
.slave_address = ADT75_ADDR(0),
.extra = I2C_EXTRA,
}
GPIO_RCDDC_PIN
#define GPIO_RCDDC_PIN
Definition: parameters.h:101
NO_OS_UART_STOP_1_BIT
@ NO_OS_UART_STOP_1_BIT
Definition: no_os_uart.h:100
UART_EXTRA
#define UART_EXTRA
Definition: parameters.h:60
GPIO_RESET_PORT_NUM
#define GPIO_RESET_PORT_NUM
Definition: parameters.h:95
I2C_DEVICE_ID
#define I2C_DEVICE_ID
Definition: parameters.h:63
NO_OS_PULL_NONE
@ NO_OS_PULL_NONE
Definition: no_os_gpio.h:72
NO_OS_SPI_MODE_3
@ NO_OS_SPI_MODE_3
Definition: no_os_spi.h:73
SPI_EXTRA
#define SPI_EXTRA
Definition: parameters.h:81
UART_OPS
#define UART_OPS
Definition: parameters.h:61
GPIO_RESET_PIN_NUM
#define GPIO_RESET_PIN_NUM
Definition: parameters.h:94
SPI_BAUDRATE
#define SPI_BAUDRATE
Definition: parameters.h:79
UART_IRQ_ID
#define UART_IRQ_ID
Definition: parameters.h:56
ADT75_ADDR
#define ADT75_ADDR(x)
Definition: adt75.h:46
UART_BAUDRATE
#define UART_BAUDRATE
Definition: parameters.h:59
SPI_OPS
#define SPI_OPS
Definition: parameters.h:80
GPIO_ZC_PIN
#define GPIO_ZC_PIN
Definition: parameters.h:97
SPI_CS
#define SPI_CS
Definition: parameters.h:76
NO_OS_SPI_BIT_ORDER_MSB_FIRST
@ NO_OS_SPI_BIT_ORDER_MSB_FIRST
Definition: no_os_spi.h:82
GPIO_RCM_TEST_PIN
#define GPIO_RCM_TEST_PIN
Definition: parameters.h:100
SPI_DEVICE_ID
#define SPI_DEVICE_ID
Definition: parameters.h:75
NO_OS_UART_PAR_NO
@ NO_OS_UART_PAR_NO
Definition: no_os_uart.h:83
GPIO_RCDAC_PIN
#define GPIO_RCDAC_PIN
Definition: parameters.h:102
GPIO_CTRL_IRQ_ID
#define GPIO_CTRL_IRQ_ID
Definition: parameters.h:90
adt75_param
const struct no_os_i2c_init_param adt75_param
Definition: common_data.c:174
GPIO_OPS
#define GPIO_OPS
Definition: parameters.h:84
UART_DEVICE_ID
#define UART_DEVICE_ID
Definition: parameters.h:58
I2C_EXTRA
#define I2C_EXTRA
Definition: parameters.h:65
GPIO_RDY_PIN_NUM
#define GPIO_RDY_PIN_NUM
Definition: parameters.h:86
I2C_OPS
#define I2C_OPS
Definition: parameters.h:64
GPIO_RDY_PORT_NUM
#define GPIO_RDY_PORT_NUM
Definition: parameters.h:87
GPIO_IRQ_EXTRA
#define GPIO_IRQ_EXTRA
Definition: parameters.h:91
NO_OS_UART_CS_8
@ NO_OS_UART_CS_8
Definition: no_os_uart.h:72
GPIO_EXTRA
#define GPIO_EXTRA
Definition: parameters.h:85
GPIO_IRQ_OPS
#define GPIO_IRQ_OPS
Definition: parameters.h:89