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 "no_os_i2c.h"
44 #include "lt7182s.h"
45 
46 #define LT7182S_PMBUS_ADDRESS 0x4F
47 
50 extern struct lt7182s_init_param lt7182s_ip;
51 
52 #endif /* __COMMON_DATA_H__ */
lt7182s_i2c_ip
struct no_os_i2c_init_param lt7182s_i2c_ip
Definition: common_data.c:53
lt7182s.h
lt7182s_uart_ip
struct no_os_uart_init_param lt7182s_uart_ip
Definition: common_data.c:41
lt7182s_ip
struct lt7182s_init_param lt7182s_ip
Definition: common_data.c:61
no_os_i2c.h
Header file of I2C Interface.
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
lt7182s_init_param
Definition: lt7182s.h:343