33#ifndef __COMMON_DATA_H__
34#define __COMMON_DATA_H__
36#include "platform_includes.h"
Header file of IIO MAX22196 Driver.
struct no_os_spi_init_param max22196_spi_ip
Definition common_data.c:45
struct no_os_uart_init_param max22196_uart_ip
Definition common_data.c:35
struct no_os_gpio_init_param max22196_crc_ip
Definition common_data.c:53
struct max22196_init_param max22196_ip
Definition common_data.c:61
Header file of MAX22196 Driver.
Definition max22196.h:132
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