no-OS
All Classes Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
common_data.h
Go to the documentation of this file.
1/***************************************************************************/
33#ifndef __COMMON_DATA_H__
34#define __COMMON_DATA_H__
35
36#include "platform_includes.h"
37#include "max149x6-base.h"
38#include "max14906.h"
39
40#ifdef IIO_SUPPORT
41#include "iio_max14906.h"
42#endif
43
48
49#endif /* __COMMON_DATA_H__ */
Header file of MAX14906 IIO Driver.
struct no_os_uart_init_param max14906_uart_ip
Definition common_data.c:35
struct no_os_spi_init_param max14906_spi_ip
Definition common_data.c:47
struct max149x6_init_param max14906_ip
Definition common_data.c:273
struct no_os_gpio_init_param max14906_fault_gpio_param
Header file of MAX14906 Driver.
Header file of MAX149X6 Base Driver.
Initialization parameter for the MAX149X6 device.
Definition max149x6-base.h:54
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