precision-converters-firmware
All Classes Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
Variables
ltc2488_user_config.c File Reference

User configuration file for LTC2488 device. More...

#include "ltc2488.h"
#include "ltc2488_user_config.h"
Include dependency graph for ltc2488_user_config.c:

Variables

struct ltc2488_dev_init ltc2488_init_str
 

Detailed Description

User configuration file for LTC2488 device.

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

◆ ltc2488_init_str

struct ltc2488_dev_init ltc2488_init_str
Initial value:
= {
.spi_init = {
.device_id = SPI_DEVICE_ID,
.max_speed_hz = MAX_SPI_CLK,
.chip_select = SPI_SS,
.mode = NO_OS_SPI_MODE_0,
.platform_ops = &spi_ops
}
}
#define spi_ops
Definition app_config.h:86
#define SPI_DEVICE_ID
Definition app_config_stm32.h:54
#define SPI_SS
Definition app_config_mbed.h:48
#define MAX_SPI_CLK
Definition app_config_mbed.h:56
#define spi_init_extra_params
Definition ltc2488_user_config.h:36