33#ifndef __COMMON_DATA_H__
34#define __COMMON_DATA_H__
39#include "parameters.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