precision-converters-firmware
ad5754r_user_config.h
Go to the documentation of this file.
1 /*************************************************************************/
13 #ifndef AD5754R_USER_CONFIG_H
14 #define AD5754R_USER_CONFIG_H
15 
16 /******************************************************************************/
17 /***************************** Include Files **********************************/
18 /******************************************************************************/
19 #include "ad5754r.h"
20 
21 /******************************************************************************/
22 /********************** Macros and Constants Definition ***********************/
23 /******************************************************************************/
24 
25 /******************************************************************************/
26 /********************** Variables and User Defined Data Types *****************/
27 /******************************************************************************/
28 
29 extern struct ad5754r_init_param ad5754r_init_params;
30 
31 #endif /* AD5754R_USER_CONFIG_H */
struct ad5754r_init_param ad5754r_init_params
Definition: ad5754r_user_config.c:38