33#ifndef __COMMON_DATA_H__
34#define __COMMON_DATA_H__
36#include "platform_includes.h"
40#define LTM4686_ADDRESS 0x4F
struct no_os_i2c_init_param ltm4686_i2c_ip
Definition common_data.c:47
struct ltm4686_init_param ltm4686_ip
Definition common_data.c:55
struct no_os_uart_init_param ltm4686_uart_ip
Definition common_data.c:35
Header file of the LTM4686 driver.
Header file of I2C 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