precision-converters-firmware
Variables
app_config_mbed.c File Reference

Application configurations module for Mbed platform. More...

#include <stdbool.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

Application configurations module for Mbed platform.

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

◆ 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,
.use_sw_csb = true
}
#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