precision-converters-firmware
ad355xr_user_config.h
Go to the documentation of this file.
1 /*************************************************************************/
13 #ifndef AD355XR_USER_CONFIG_H_
14 #define AD355XR_USER_CONFIG_H_
15 
16 /******************************************************************************/
17 /***************************** Include Files **********************************/
18 /******************************************************************************/
19 #include "ad3552r.h"
20 
21 /******************************************************************************/
22 /********************** Macros and Constants Definition ***********************/
23 /******************************************************************************/
24 
25 /******************************************************************************/
26 /********************** Variables and User Defined Data Types *****************/
27 /******************************************************************************/
28 extern struct no_os_spi_init_param spi_init_params_without_sw_csb;
29 extern struct ad3552r_init_param ad3552r_init_params;
30 extern struct no_os_gpio_init_param gpio_ldac_init;
31 
32 #endif /* AD355XR_USER_CONFIG_H_ */
struct no_os_gpio_init_param gpio_ldac_init
Definition: ad355xr_user_config.c:37
struct no_os_spi_init_param spi_init_params_without_sw_csb
Definition: ad355xr_user_config.c:46
struct ad3552r_init_param ad3552r_init_params
Definition: ad355xr_user_config.c:56