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 /******************************************************************************/
37 /***************************** Include Files **********************************/
38 /******************************************************************************/
39 #include "platform_includes.h"
40 #include "adt7420.h"
41 #ifdef IIO_SUPPORT
42 #include "iio_adt7420.h"
43 #endif
44 
45 /******************************************************************************/
46 /********************** Macros and Constants Definitions **********************/
47 /******************************************************************************/
48 extern struct no_os_uart_init_param uip;
49 
50 extern const struct no_os_i2c_init_param iip;
52 
53 #endif /* __COMMON_DATA_H__ */
iip
const struct no_os_i2c_init_param iip
Definition: common_data.c:54
adt7420_user_init
struct adt7420_init_param adt7420_user_init
Definition: common_data.c:63
adt7420_init_param
Definition: adt7420.h:151
no_os_i2c_init_param
Structure holding the parameters for I2C initialization.
Definition: no_os_i2c.h:64
no_os_uart_init_param
Structure holding the parameters for UART initialization.
Definition: no_os_uart.h:110
iio_adt7420.h
Header file of IIO ADT7420 Driver.
uip
struct no_os_uart_init_param uip
Definition: common_data.c:42
adt7420.h
Header file of ADT7420 Driver.