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 "parameters.h"
37#include "no_os_uart.h"
38#include "no_os_i2c.h"
39#include "ltm3360b.h"
40
44
45#endif /* __COMMON_DATA_H__ */
struct ltm3360b_init_param ltm3360b_ip
Definition common_data.c:58
struct no_os_i2c_init_param ltm3360b_i2c_ip
Definition common_data.c:51
struct no_os_uart_init_param ltm3360b_uart_ip
Definition common_data.c:39
Header file of the LTM3360B driver.
Header file of I2C Interface.
Header file of UART interface.
LTM3360B Initialization Parameters.
Definition ltm3360b.h:100
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