precision-converters-firmware
ad405x_user_config.h
Go to the documentation of this file.
1 /*************************************************************************/
14 #ifndef AD405X_USER_CONFIG_H
15 #define AD405X_USER_CONFIG_H
16 
17 /******************************************************************************/
18 /***************************** Include Files **********************************/
19 /******************************************************************************/
20 #include "ad405x.h"
21 
22 /******************************************************************************/
23 /********************** Macros and Constants Definition ***********************/
24 /******************************************************************************/
25 
26 /******************************************************************************/
27 /********************** Variables and User Defined Data Types *****************/
28 /******************************************************************************/
29 extern struct no_os_gpio_init_param gpio_reset_param;
30 extern struct ad405x_init_param ad405x_init_params;
31 extern struct no_os_gpio_init_param gpio_gpio1_param;
32 
33 #endif /* AD405X_USER_CONFIG_H */
struct no_os_gpio_init_param gpio_gpio1_param
Definition: ad405x_user_config.c:57
struct ad405x_init_param ad405x_init_params
Definition: ad405x_user_config.c:65
struct no_os_gpio_init_param gpio_reset_param