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

Default user configurations file for AD4170 device. More...

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

Macros

#define AD4170_OFFSET_RESET_VAL   0x0
 
#define AD4170_GAIN_RESET_VAL   0x555555
 
#define AD4170_FIR_MODE   AD4170_FIR_DEFAULT /* FIR mode */
 
#define AD4170_FIR_LENGTH   72 /* Number of programmable coefficients */
 
#define AD4170_COEF_SET   AD4170_FIR_COEFF_SET0 /* FIR Coefficient set (0/1) */
 

Variables

struct ad4170_init_param ad4170_user_config_params
 

Detailed Description

Default user configurations file for AD4170 device.

Copyright (c) 2021-22,24 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

◆ AD4170_COEF_SET

#define AD4170_COEF_SET   AD4170_FIR_COEFF_SET0 /* FIR Coefficient set (0/1) */

◆ AD4170_FIR_LENGTH

#define AD4170_FIR_LENGTH   72 /* Number of programmable coefficients */

◆ AD4170_FIR_MODE

#define AD4170_FIR_MODE   AD4170_FIR_DEFAULT /* FIR mode */

◆ AD4170_GAIN_RESET_VAL

#define AD4170_GAIN_RESET_VAL   0x555555

◆ AD4170_OFFSET_RESET_VAL

#define AD4170_OFFSET_RESET_VAL   0x0

Variable Documentation

◆ ad4170_user_config_params

struct ad4170_init_param ad4170_user_config_params