no-OS
All Classes Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
common_data.h
Go to the documentation of this file.
1/***************************************************************************/
33#ifndef __COMMON_DATA_H__
34#define __COMMON_DATA_H__
35
36#include "parameters.h"
37#include "adt7420.h"
38
39extern struct no_os_uart_init_param uip;
40
41extern const struct no_os_i2c_init_param iip;
43
44#endif /* __COMMON_DATA_H__ */
struct adt7420_init_param adt7420_user_init
Definition common_data.c:57
const struct no_os_i2c_init_param iip
Definition common_data.c:48
struct no_os_uart_init_param uip
Definition common_data.c:36
Header file of ADT7420 Driver.
Definition adt7420.h:139
Structure holding the parameters for I2C initialization.
Definition no_os_i2c.h:52
Structure holding the parameters for UART initialization.
Definition no_os_uart.h:98