33#ifndef __COMMON_DATA_H__
34#define __COMMON_DATA_H__
36#include "platform_includes.h"
struct no_os_uart_init_param uip
Definition common_data.c:36
Header file of IIO LTC2983 driver.
struct ltc2983_thermistor ltc2983_thermistor_10
Definition common_data.c:127
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:172
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:65
struct ltc2983_rsense ltc2983_rsense_3
Definition common_data.c:141
struct ltc2983_rsense ltc2983_rsense_2
Definition common_data.c:98
struct ltc2983_rtd ltc2983_rtd_6
Definition common_data.c:156
struct ltc2983_thermistor ltc2983_thermistor_8
Definition common_data.c:112
struct ltc2983_custom_sensor ltc2983_thermocouple_20_custom
struct ltc2983_custom_sensor ltc2983_thermistor_12_custom
custom LTC2983 sensor struct
Definition ltc2983.h:272
LTC2983 init param.
Definition ltc2983.h:220
sense resistor descriptor for LTC2983
Definition ltc2983.h:366
RTD sensor descriptor for LTC2983.
Definition ltc2983.h:298
thermistor sensor descriptor for LTC2983
Definition ltc2983.h:316
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