precision-converters-firmware
Variables
ad738x_user_config.c File Reference

User configuration file for AD738x devices. More...

#include "app_config.h"
#include "ad738x_user_config.h"
Include dependency graph for ad738x_user_config.c:

Variables

struct ad738x_init_param ad738x_init_params
 

Detailed Description

User configuration file for AD738x devices.

Copyright (c) 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.

Variable Documentation

◆ ad738x_init_params

struct ad738x_init_param ad738x_init_params
Initial value:
= {
.spi_param = &spi_init_params,
.conv_mode = ONE_WIRE_MODE,
.ref_sel = INT_REF,
}
struct no_os_spi_init_param spi_init_params
Definition: app_config.c:56