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_i2c.h"
37#include "parameters.h"
38#include "lt3074.h"
39
40#define LT3074_PMBUS_59K_261K_ADDRESS 0x6E
41
44extern struct lt3074_init_param lt3074_ip;
45
46#endif /* __COMMON_DATA_H__ */
struct no_os_i2c_init_param lt3074_i2c_ip
Definition common_data.c:47
struct lt3074_init_param lt3074_ip
Definition common_data.c:55
struct no_os_uart_init_param lt3074_uart_ip
Definition common_data.c:35
Header file of I2C Interface.
Definition lt3074.h:175
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