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 "ltc4306.h"
41 #include "max538x.h"
42 
43 /******************************************************************************/
44 /********************** Macros and Constants Definitions **********************/
45 /******************************************************************************/
46 extern struct no_os_uart_init_param uip;
47 
48 extern const struct no_os_i2c_init_param iip;
51 
52 #endif /* __COMMON_DATA_H__ */
max538x_user_init
struct max538x_init_param max538x_user_init
Definition: common_data.c:63
iip
const struct no_os_i2c_init_param iip
Definition: common_data.c:54
ltc4306_init_param
Definition: ltc4306.h:127
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:64
no_os_uart_init_param
Structure holding the parameters for UART initialization.
Definition: no_os_uart.h:110
max538x_init_param
Definition: max538x.h:84
ltc4306_user_init
struct ltc4306_init_param ltc4306_user_init
Definition: common_data.c:61
uip
struct no_os_uart_init_param uip
Definition: common_data.c:42