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 "ltc2672.h"
41 
42 /******************************************************************************/
43 /********************** Macros and Constants Definitions **********************/
44 /******************************************************************************/
47 extern struct ltc2672_init_param ltc2672_ip;
48 
49 #endif /* __COMMON_DATA_H__ */
ltc2672_ip
struct ltc2672_init_param ltc2672_ip
Definition: common_data.c:62
ltc2672_uart_ip
struct no_os_uart_init_param ltc2672_uart_ip
Definition: common_data.c:42
ltc2672_init_param
Structure holding the parameters for ltc2672 initialization.
Definition: ltc2672.h:196
ltc2672.h
Header file of ltc2672 Driver.
no_os_uart_init_param
Structure holding the parameters for UART initialization.
Definition: no_os_uart.h:110
ltc2672_spi_ip
struct no_os_spi_init_param ltc2672_spi_ip
Definition: common_data.c:52
no_os_spi_init_param
Structure holding the parameters for SPI initialization.
Definition: no_os_spi.h:140