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 "no_os_uart.h"
37#include "no_os_util.h"
38#include "no_os_delay.h"
39#include "ltc7841.h"
40#include "parameters.h"
41
42extern struct no_os_uart_init_param uart_ip;
43
44extern struct ltc7841_init_param ltc7841_ip;
45
46#endif /* __COMMON_DATA_H__ */
struct no_os_uart_init_param uart_ip
Definition common_data.c:52
struct ltc7841_init_param ltc7841_ip
Definition common_data.c:54
Header file of LTC7841 Driver.
Header file of Delay functions.
Header file of UART interface.
Header file of utility functions.
Initialization parameter for the device descriptor.
Definition ltc7841.h:120
Structure holding the parameters for UART initialization.
Definition no_os_uart.h:98