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 "max149x6-base.h"
44 #include "max14906.h"
45 
46 #ifdef IIO_SUPPORT
47 #include "iio_max14906.h"
48 #endif
49 
53 extern struct max149x6_init_param max14906_ip;
54 
55 #endif /* __COMMON_DATA_H__ */
no_os_gpio_init_param
Structure holding the parameters for GPIO initialization.
Definition: no_os_gpio.h:85
max149x6-base.h
Header file of MAX149X6 Base Driver.
max14906_spi_ip
struct no_os_spi_init_param max14906_spi_ip
Definition: common_data.c:53
max14906_uart_ip
struct no_os_uart_init_param max14906_uart_ip
Definition: common_data.c:41
iio_max14906.h
Header file of MAX14906 IIO Driver.
max14906_fault_gpio_param
struct no_os_gpio_init_param max14906_fault_gpio_param
no_os_uart_init_param
Structure holding the parameters for UART initialization.
Definition: no_os_uart.h:116
max14906.h
Header file of MAX14906 Driver.
max149x6_init_param
Initialization parameter for the MAX149X6 device.
Definition: max149x6-base.h:60
max14906_ip
struct max149x6_init_param max14906_ip
Definition: common_data.c:278
no_os_spi_init_param
Structure holding the parameters for SPI initialization.
Definition: no_os_spi.h:131