no-OS
Loading...
Searching...
No Matches
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_i2c.h"
38#include "max17616.h"
39#include "parameters.h"
40
41extern struct no_os_uart_init_param uart_ip;
42extern struct no_os_i2c_init_param i2c_ip;
44
45#endif /* __COMMON_DATA_H__ */
struct no_os_uart_init_param uart_ip
Definition common_data.c:55
struct no_os_i2c_init_param i2c_ip
Definition common_data.c:253
struct max17616_init_param max17616_ip
Definition common_data.c:54
Header file of the MAX17616 Driver.
Header file of I2C Interface.
Header file of UART interface.
Definition max17616.h:261
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