no-OS
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 "max14916.h"
39 
40 #ifdef IIO_SUPPORT
41 #include "iio_max14916.h"
42 #endif
43 
46 extern struct max149x6_init_param max14916_ip;
47 
48 #endif /* __COMMON_DATA_H__ */
max149x6-base.h
Header file of MAX149X6 Base Driver.
max14916_spi_ip
struct no_os_spi_init_param max14916_spi_ip
Definition: common_data.c:45
iio_max14916.h
Header file of IIO MAX14916 Driver.
no_os_uart_init_param
Structure holding the parameters for UART initialization.
Definition: no_os_uart.h:110
max14916_ip
struct max149x6_init_param max14916_ip
Definition: common_data.c:53
max149x6_init_param
Initialization parameter for the MAX149X6 device.
Definition: max149x6-base.h:54
max14916.h
Header file of MAX14916 Driver.
max14916_uart_ip
struct no_os_uart_init_param max14916_uart_ip
Definition: common_data.c:35
no_os_spi_init_param
Structure holding the parameters for SPI initialization.
Definition: no_os_spi.h:140