precision-converters-firmware
Variables
ltc2672_user_config.c File Reference

User configurations for LTC2672 No-OS driver. More...

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

Variables

struct ltc2672_init_param ltc2672_init_params
 

Detailed Description

User configurations for LTC2672 No-OS driver.

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

Variable Documentation

◆ ltc2672_init_params

struct ltc2672_init_param ltc2672_init_params
Initial value:
= {
.spi_init = {
.device_id = SPI_DEVICE_ID,
.max_speed_hz = 5625000,
.chip_select = SPI_CSB,
.mode = NO_OS_SPI_MODE_0,
.platform_ops = &spi_ops,
},
}
#define spi_ops
Definition: app_config.h:86
#define spi_extra_init_params
Definition: app_config.h:80
#define SPI_CSB
Definition: app_config_mbed.h:33
#define ACTIVE_DEVICE_ID
Definition: app_config.h:82
#define SPI_DEVICE_ID
Definition: app_config_mbed.h:70