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 /******************************************************************************/
43 /***************************** Include Files **********************************/
44 /******************************************************************************/
45 #include "platform_includes.h"
46 #include "adt7420.h"
47 #ifdef IIO_SUPPORT
48 #include "iio_adt7420.h"
49 #endif
50 
51 /******************************************************************************/
52 /********************** Macros and Constants Definitions **********************/
53 /******************************************************************************/
54 extern struct no_os_uart_init_param uip;
55 
56 extern const struct no_os_i2c_init_param iip;
58 
59 #endif /* __COMMON_DATA_H__ */
iip
const struct no_os_i2c_init_param iip
Definition: common_data.c:60
adt7420_user_init
struct adt7420_init_param adt7420_user_init
Definition: common_data.c:69
adt7420_init_param
Definition: adt7420.h:157
no_os_i2c_init_param
Structure holding the parameters for I2C initialization.
Definition: no_os_i2c.h:70
no_os_uart_init_param
Structure holding the parameters for UART initialization.
Definition: no_os_uart.h:116
iio_adt7420.h
Header file of IIO ADT7420 Driver.
uip
struct no_os_uart_init_param uip
Definition: common_data.c:48
adt7420.h
Header file of ADT7420 Driver.