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 "ltc4306.h"
47 #include "max538x.h"
48 
49 /******************************************************************************/
50 /********************** Macros and Constants Definitions **********************/
51 /******************************************************************************/
52 extern struct no_os_uart_init_param uip;
53 
54 extern const struct no_os_i2c_init_param iip;
57 
58 #endif /* __COMMON_DATA_H__ */
max538x_user_init
struct max538x_init_param max538x_user_init
Definition: common_data.c:69
iip
const struct no_os_i2c_init_param iip
Definition: common_data.c:60
ltc4306_init_param
Definition: ltc4306.h:133
ltc4306.h
Header file of ltc4306 driver.
max538x.h
Header file of max538x Family Driver.
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
max538x_init_param
Definition: max538x.h:90
ltc4306_user_init
struct ltc4306_init_param ltc4306_user_init
Definition: common_data.c:67
uip
struct no_os_uart_init_param uip
Definition: common_data.c:48