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 "ltc2672.h"
47 
48 /******************************************************************************/
49 /********************** Macros and Constants Definitions **********************/
50 /******************************************************************************/
53 extern struct ltc2672_init_param ltc2672_ip;
54 
55 #endif /* __COMMON_DATA_H__ */
ltc2672_ip
struct ltc2672_init_param ltc2672_ip
Definition: common_data.c:68
ltc2672_uart_ip
struct no_os_uart_init_param ltc2672_uart_ip
Definition: common_data.c:48
ltc2672_init_param
Structure holding the parameters for ltc2672 initialization.
Definition: ltc2672.h:202
ltc2672.h
Header file of ltc2672 Driver.
no_os_uart_init_param
Structure holding the parameters for UART initialization.
Definition: no_os_uart.h:116
ltc2672_spi_ip
struct no_os_spi_init_param ltc2672_spi_ip
Definition: common_data.c:58
no_os_spi_init_param
Structure holding the parameters for SPI initialization.
Definition: no_os_spi.h:131