precision-converters-firmware
All Classes Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
ltc268x_user_config.h
Go to the documentation of this file.
1/*************************************************************************/
13#ifndef LTC268X_USER_CONFIG_H_
14#define LTC268X_USER_CONFIG_H_
15
16/******************************************************************************/
17/***************************** Include Files **********************************/
18/******************************************************************************/
19#include "ltc268x.h"
20
21/******************************************************************************/
22/********************** Macros and Constants Definition ***********************/
23/******************************************************************************/
24
25/******************************************************************************/
26/********************** Variables and User Defined Data Types *****************/
27/******************************************************************************/
28
29/******************************************************************************/
30/********************** Public/Extern Declarations ****************************/
31/******************************************************************************/
32extern struct ltc268x_init_param ltc268x_dev_init;
33
34#endif /* LTC268X_USER_CONFIG_H_ */
struct ltc268x_init_param ltc268x_dev_init
Definition ltc268x_user_config.c:24