precision-converters-firmware
Macros | Variables
ad7606_user_config.c File Reference

User configuration file for AD7606 device. More...

#include <stdint.h>
#include "app_config.h"
#include "ad7606_user_config.h"
#include "ad7606_support.h"
Include dependency graph for ad7606_user_config.c:

Macros

#define USER_CONFIG_RANGE   (DEFAULT_CHN_RANGE * 1000)
 

Variables

struct no_os_gpio_init_param gpio_init_reset
 
struct no_os_gpio_init_param gpio_init_convst
 
struct no_os_gpio_init_param gpio_init_busy
 
struct no_os_gpio_init_param gpio_init_osr0
 
struct no_os_gpio_init_param gpio_init_osr1
 
struct no_os_gpio_init_param gpio_init_osr2
 
struct no_os_gpio_init_param gpio_init_range
 
struct no_os_gpio_init_param gpio_init_stdby
 
struct ad7606_init_param ad7606_init_str
 

Detailed Description

User configuration file for AD7606 device.

Copyright (c) 2020-2022 Analog Devices, Inc. All rights reserved.

This software is proprietary to Analog Devices, Inc. and its licensors. By using this software you agree to the terms of the associated Analog Devices Software License Agreement.

Macro Definition Documentation

◆ USER_CONFIG_RANGE

#define USER_CONFIG_RANGE   (DEFAULT_CHN_RANGE * 1000)

Variable Documentation

◆ ad7606_init_str

struct ad7606_init_param ad7606_init_str

◆ gpio_init_busy

struct no_os_gpio_init_param gpio_init_busy
Initial value:
= {
.number = BUSY_PIN,
.platform_ops = &gpio_ops,
}
#define gpio_ops
Definition: app_config.h:85
#define busy_gpio_extra_init_params
Definition: app_config.h:160
#define BUSY_PIN
Definition: app_config_mbed.h:55

◆ gpio_init_convst

struct no_os_gpio_init_param gpio_init_convst
Initial value:
= {
.number = CONVST_PIN,
.platform_ops = &gpio_ops,
}
#define convst_gpio_extra_init_params
Definition: app_config.h:159
#define CONVST_PIN
Definition: app_config_mbed.h:54

◆ gpio_init_osr0

struct no_os_gpio_init_param gpio_init_osr0
Initial value:
= {
.number = OSR0_PIN,
.platform_ops = &gpio_ops,
}
#define osr0_gpio_extra_init_params
Definition: app_config.h:161
#define OSR0_PIN
Definition: app_config_mbed.h:50

◆ gpio_init_osr1

struct no_os_gpio_init_param gpio_init_osr1
Initial value:
= {
.number = OSR1_PIN,
.platform_ops = &gpio_ops,
}
#define osr1_gpio_extra_init_params
Definition: app_config.h:162
#define OSR1_PIN
Definition: app_config_mbed.h:51

◆ gpio_init_osr2

struct no_os_gpio_init_param gpio_init_osr2
Initial value:
= {
.number = OSR2_PIN,
.platform_ops = &gpio_ops,
}
#define osr2_gpio_extra_init_params
Definition: app_config.h:163
#define OSR2_PIN
Definition: app_config_mbed.h:52

◆ gpio_init_range

struct no_os_gpio_init_param gpio_init_range
Initial value:
= {
.number = RANGE_PIN,
.platform_ops = &gpio_ops,
}
#define range_gpio_extra_init_params
Definition: app_config.h:164
#define RANGE_PIN
Definition: app_config_mbed.h:56

◆ gpio_init_reset

struct no_os_gpio_init_param gpio_init_reset
Initial value:
= {
.number = RESET_PIN,
.platform_ops = &gpio_ops,
}
#define RESET_PIN
Definition: app_config_mbed.h:41
#define reset_gpio_extra_init_params
Definition: app_config.h:158

◆ gpio_init_stdby

struct no_os_gpio_init_param gpio_init_stdby
Initial value:
= {
.number = STDBY_PIN,
.platform_ops = &gpio_ops,
}
#define stdby_gpio_extra_init_params
Definition: app_config.h:165
#define STDBY_PIN
Definition: app_config_mbed.h:57