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 #include "platform_includes.h"
37 #include "no_os_i2c.h"
38 #include "ltp8800.h"
39 
40 #define LTP8800_ADDRESS 0x41
41 
44 extern struct ltp8800_init_param ltp8800_ip;
45 
46 #endif /* __COMMON_DATA_H__ */
ltp8800.h
ltp8800_i2c_ip
struct no_os_i2c_init_param ltp8800_i2c_ip
Definition: common_data.c:47
ltp8800_uart_ip
struct no_os_uart_init_param ltp8800_uart_ip
Definition: common_data.c:35
no_os_i2c.h
Header file of I2C Interface.
ltp8800_init_param
Definition: ltp8800.h:209
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
ltp8800_ip
struct ltp8800_init_param ltp8800_ip
Definition: common_data.c:63