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:47
struct no_os_i2c_init_param i2c_ip
Definition common_data.c:253
struct ltm4700_init_param ltm4700_ip
Definition common_data.c:54
Header file of the LTM4700 driver.
Header file of I2C Interface.
Header file of UART interface.
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