33#ifndef __COMMON_DATA_H__
34#define __COMMON_DATA_H__
36#include "platform_includes.h"
48#if defined(ADT7604_BASIC_EXAMPLE) || defined(ADT7604_IIO_EXAMPLE)
struct no_os_uart_init_param uip
Definition common_data.c:38
Header file of IIO LTC2983 driver.
struct ltc2983_thermistor ltc2983_thermistor_10
Definition common_data.c:273
const struct no_os_gpio_init_param ltc2983_gpio_rstn
Definition common_data.c:58
struct ltc2983_rtd ltc2983_rtd_11
Definition common_data.c:318
const struct no_os_spi_init_param ltc2983_spi_ip
Definition common_data.c:47
struct ltc2983_init_param ltc2983_ip
Definition common_data.c:212
struct ltc2983_rsense ltc2983_rsense_3
Definition common_data.c:287
struct ltc2983_rsense ltc2983_rsense_2
Definition common_data.c:244
struct ltc2983_rtd ltc2983_rtd_6
Definition common_data.c:302
struct ltc2983_thermistor ltc2983_thermistor_8
Definition common_data.c:258
struct ltc2983_custom_sensor ltc2983_thermocouple_20_custom
struct ltc2983_custom_sensor ltc2983_thermistor_12_custom
custom LTC2983 sensor struct
Definition ltc2983.h:277
LTC2983 init param.
Definition ltc2983.h:225
sense resistor descriptor for LTC2983
Definition ltc2983.h:373
RTD sensor descriptor for LTC2983.
Definition ltc2983.h:303
thermistor sensor descriptor for LTC2983
Definition ltc2983.h:323
Structure holding the parameters for GPIO initialization.
Definition no_os_gpio.h:67
Structure holding the parameters for SPI initialization.
Definition no_os_spi.h:128
Structure holding the parameters for UART initialization.
Definition no_os_uart.h:98