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

Source file for the mbed configuration for AD590 Console Application. More...

#include "app_config_mbed.h"
Include dependency graph for app_config_mbed.c:

Variables

struct mbed_spi_init_param mbed_spi_extra_init_params
 

Detailed Description

Source file for the mbed configuration for AD590 Console Application.

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

◆ mbed_spi_extra_init_params

struct mbed_spi_init_param mbed_spi_extra_init_params
Initial value:
= {
.spi_clk_pin = SPI_SCK,
.spi_miso_pin = SPI_MISO,
.spi_mosi_pin = SPI_MOSI,
}
#define SPI_SCK
Definition app_config_mbed.h:36
#define SPI_MOSI
Definition app_config_mbed.h:49
#define SPI_MISO
Definition app_config_mbed.h:50