13#ifndef AD719X_SUPPORT_H_ 
   14#define AD719X_SUPPORT_H_ 
   31extern struct no_os_gpio_desc *
gpio_cs;
 
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