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 "max22190.h"
38 
39 #ifdef IIO_SUPPORT
40 #include "iio_max22190.h"
41 #endif
42 
45 extern struct max22190_init_param max22190_ip;
46 
47 #endif /* __COMMON_DATA_H__ */
max22190_ip
struct max22190_init_param max22190_ip
Definition: common_data.c:53
max22190_spi_ip
struct no_os_spi_init_param max22190_spi_ip
Definition: common_data.c:45
no_os_uart_init_param
Structure holding the parameters for UART initialization.
Definition: no_os_uart.h:110
max22190_init_param
Definition: max22190.h:82
iio_max22190.h
Header file of MAX22190 IIO Driver.
max22190.h
Header file of MAX22190 Driver.
no_os_spi_init_param
Structure holding the parameters for SPI initialization.
Definition: no_os_spi.h:140
max22190_uart_ip
struct no_os_uart_init_param max22190_uart_ip
Definition: common_data.c:35