precision-converters-firmware
ad77681_user_config.h
Go to the documentation of this file.
1 /*************************************************************************/
14 #ifndef _AD77681_USER_CONFIG_H_
15 #define _AD77681_USER_CONFIG_H_
16 
17 /******************************************************************************/
18 /***************************** Include Files **********************************/
19 /******************************************************************************/
20 
21 #include <stdint.h>
22 #include "ad77681.h"
23 
24 /******************************************************************************/
25 /********************** Macros and Constants Definition ***********************/
26 /******************************************************************************/
27 
28 /* AD77681 Voltage reference */
29 #define AD77681_VOLTAGE_REF (4096)
30 
31 /******************************************************************************/
32 /********************** Variables and User Defined Data Types *****************/
33 /******************************************************************************/
34 
35 extern struct ad77681_init_param sad77681_init;
36 
37 #endif //_AD77681_USER_CONFIG_H_
Header file of the AD7768-1 Driver.
struct ad77681_init_param sad77681_init
Definition: ad77681_user_config.c:30
Definition: ad77681.h:555