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 "ltc3208.h"
38
39extern const struct no_os_i2c_init_param iip;
40extern const struct no_os_gpio_init_param gip;
42
43#endif /* __COMMON_DATA_H__ */
const struct no_os_i2c_init_param iip
Definition common_data.c:51
struct ltc3208_init_param ltc3208_user_init
Definition common_data.c:52
const struct no_os_gpio_init_param gip
Definition common_data.c:44
Header file of LTC3208 Driver.
Definition ltc3208.h:109
Structure holding the parameters for GPIO initialization.
Definition no_os_gpio.h:67
Structure holding the parameters for I2C initialization.
Definition no_os_i2c.h:52