precision-converters-firmware
Macros | Variables
ad4170_loadcell_config.h File Reference

Header for AD4170 Loadcell configurations module. More...

#include <stdint.h>
#include <stdlib.h>
#include "ad4170.h"
Include dependency graph for ad4170_loadcell_config.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define LOADCELL_DC_EXCITATION
 
#define FOUR_WIRE_LOAD_CELL
 
#define AD4170_FILTER_CONFIG   AD4170_FILT_SINC3
 
#define AD4170_FS_CONFIG   625
 
#define FS_TO_ODR_CONV_SCALER   (512U * AD4170_FS_CONFIG)
 
#define AD4170_CONT_CONV_MODE_CONFIG   AD4170_MODE_CONT
 
#define TOTAL_CHANNELS   4
 

Variables

struct ad4170_init_param ad4170_loadcell_config_params
 

Detailed Description

Header for AD4170 Loadcell configurations module.

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

#define AD4170_CONT_CONV_MODE_CONFIG   AD4170_MODE_CONT

◆ AD4170_FILTER_CONFIG

#define AD4170_FILTER_CONFIG   AD4170_FILT_SINC3

◆ AD4170_FS_CONFIG

#define AD4170_FS_CONFIG   625

◆ FOUR_WIRE_LOAD_CELL

#define FOUR_WIRE_LOAD_CELL

◆ FS_TO_ODR_CONV_SCALER

#define FS_TO_ODR_CONV_SCALER   (512U * AD4170_FS_CONFIG)

◆ LOADCELL_DC_EXCITATION

#define LOADCELL_DC_EXCITATION

◆ TOTAL_CHANNELS

#define TOTAL_CHANNELS   4

Variable Documentation

◆ ad4170_loadcell_config_params

struct ad4170_init_param ad4170_loadcell_config_params
extern