precision-converters-firmware
All Classes Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
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/******************************************************************************/
28extern struct no_os_spi_init_param spi_init_params_without_sw_csb;
29extern struct ad3552r_init_param ad3552r_init_params;
30extern 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 ad3530r_user_config.c:40
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