precision-converters-firmware
ad719x_support.h
Go to the documentation of this file.
1 /*************************************************************************/
13 #ifndef AD719X_SUPPORT_H_
14 #define AD719X_SUPPORT_H_
15 
16 /******************************************************************************/
17 /***************************** Include Files **********************************/
18 /******************************************************************************/
19 #include "ad719x.h"
20 /******************************************************************************/
21 /********************** Macros and Constants Definition ***********************/
22 /******************************************************************************/
23 
24 /******************************************************************************/
25 /********************** Variables and User Defined Data Types *****************/
26 /******************************************************************************/
27 
28 /******************************************************************************/
29 /********************** Public/Extern Declarations ****************************/
30 /******************************************************************************/
31 extern struct no_os_gpio_desc *gpio_cs;
32 int32_t ad719x_gpio_cs_init(void);
33 int32_t ad719x_noise_config(void);
34 
35 #endif /* AD719X_SUPPORT_H_ */
int32_t ad719x_gpio_cs_init(void)
Function to initialize the cs pin gpio.
Definition: ad719x_support.c:38
int32_t ad719x_noise_config(void)
Configures the device for noise and 50hz test.
Definition: ad719x_support.c:59
struct no_os_gpio_desc * gpio_cs
Definition: ad719x_support.c:25