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.

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

◆ 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:95
NO_OS_UART_STOP_1_BIT
@ NO_OS_UART_STOP_1_BIT
Definition: no_os_uart.h:94
UART_EXTRA
#define UART_EXTRA
Definition: parameters.h:54
GPIO_RESET_PORT_NUM
#define GPIO_RESET_PORT_NUM
Definition: parameters.h:89
I2C_DEVICE_ID
#define I2C_DEVICE_ID
Definition: parameters.h:57
NO_OS_PULL_NONE
@ NO_OS_PULL_NONE
Definition: no_os_gpio.h:66
NO_OS_SPI_MODE_3
@ NO_OS_SPI_MODE_3
Definition: no_os_spi.h:67
SPI_EXTRA
#define SPI_EXTRA
Definition: parameters.h:75
UART_OPS
#define UART_OPS
Definition: parameters.h:55
GPIO_RESET_PIN_NUM
#define GPIO_RESET_PIN_NUM
Definition: parameters.h:88
SPI_BAUDRATE
#define SPI_BAUDRATE
Definition: parameters.h:73
UART_IRQ_ID
#define UART_IRQ_ID
Definition: parameters.h:50
ADT75_ADDR
#define ADT75_ADDR(x)
Definition: adt75.h:40
UART_BAUDRATE
#define UART_BAUDRATE
Definition: parameters.h:53
SPI_OPS
#define SPI_OPS
Definition: parameters.h:74
GPIO_ZC_PIN
#define GPIO_ZC_PIN
Definition: parameters.h:91
SPI_CS
#define SPI_CS
Definition: parameters.h:70
NO_OS_SPI_BIT_ORDER_MSB_FIRST
@ NO_OS_SPI_BIT_ORDER_MSB_FIRST
Definition: no_os_spi.h:76
GPIO_RCM_TEST_PIN
#define GPIO_RCM_TEST_PIN
Definition: parameters.h:94
SPI_DEVICE_ID
#define SPI_DEVICE_ID
Definition: parameters.h:69
NO_OS_UART_PAR_NO
@ NO_OS_UART_PAR_NO
Definition: no_os_uart.h:77
GPIO_RCDAC_PIN
#define GPIO_RCDAC_PIN
Definition: parameters.h:96
GPIO_CTRL_IRQ_ID
#define GPIO_CTRL_IRQ_ID
Definition: parameters.h:84
adt75_param
const struct no_os_i2c_init_param adt75_param
Definition: common_data.c:168
GPIO_OPS
#define GPIO_OPS
Definition: parameters.h:78
UART_DEVICE_ID
#define UART_DEVICE_ID
Definition: parameters.h:52
I2C_EXTRA
#define I2C_EXTRA
Definition: parameters.h:59
GPIO_RDY_PIN_NUM
#define GPIO_RDY_PIN_NUM
Definition: parameters.h:80
I2C_OPS
#define I2C_OPS
Definition: parameters.h:58
GPIO_RDY_PORT_NUM
#define GPIO_RDY_PORT_NUM
Definition: parameters.h:81
GPIO_IRQ_EXTRA
#define GPIO_IRQ_EXTRA
Definition: parameters.h:85
NO_OS_UART_CS_8
@ NO_OS_UART_CS_8
Definition: no_os_uart.h:66
GPIO_EXTRA
#define GPIO_EXTRA
Definition: parameters.h:79
GPIO_IRQ_OPS
#define GPIO_IRQ_OPS
Definition: parameters.h:83