no-OS
common_data.h
Go to the documentation of this file.
1 /***************************************************************************/
39 #ifndef __COMMON_DATA_H__
40 #define __COMMON_DATA_H__
41 
42 #include "platform_includes.h"
43 #include "max22196.h"
44 
45 #ifdef IIO_SUPPORT
46 #include "iio_max22196.h"
47 #endif
48 
52 extern struct max22196_init_param max22196_ip;
53 
54 #endif /* __COMMON_DATA_H__ */
no_os_gpio_init_param
Structure holding the parameters for GPIO initialization.
Definition: no_os_gpio.h:85
iio_max22196.h
Header file of IIO MAX22196 Driver.
max22196.h
Header file of MAX22196 Driver.
max22196_crc_ip
struct no_os_gpio_init_param max22196_crc_ip
Definition: common_data.c:59
max22196_uart_ip
struct no_os_uart_init_param max22196_uart_ip
Definition: common_data.c:41
max22196_init_param
Definition: max22196.h:138
no_os_uart_init_param
Structure holding the parameters for UART initialization.
Definition: no_os_uart.h:116
max22196_spi_ip
struct no_os_spi_init_param max22196_spi_ip
Definition: common_data.c:51
max22196_ip
struct max22196_init_param max22196_ip
Definition: common_data.c:67
no_os_spi_init_param
Structure holding the parameters for SPI initialization.
Definition: no_os_spi.h:131