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 "adt75.h"
47 
48 /******************************************************************************/
49 /********************** Macros and Constants Definitions **********************/
50 /******************************************************************************/
52 extern struct adt75_init_param adt75_ip;
53 
54 #endif /* __COMMON_DATA_H__ */
adt75_ip
struct adt75_init_param adt75_ip
Definition: common_data.c:182
no_os_uart_init_param
Structure holding the parameters for UART initialization.
Definition: no_os_uart.h:116
adt75.h
Header file of ADT75 Driver.
adt75_init_param
Initialization parameter for the device descriptor.
Definition: adt75.h:78
adt75_uart_ip
struct no_os_uart_init_param adt75_uart_ip
Definition: common_data.c:48