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 AD7124 console Application. More...

#include "app_config.h"
#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 AD7124 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_HOST_SDI,
.spi_mosi_pin = SPI_HOST_SDO,
}
#define SPI_HOST_SDO
Definition app_config_mbed.h:34
#define SPI_SCK
Definition app_config_mbed.h:36
#define SPI_HOST_SDI
Definition app_config_mbed.h:35