precision-converters-firmware
Variables
app_config_mbed.c File Reference

Application configurations module for Mbed platform. More...

#include <stdbool.h>
#include "app_config.h"
#include "app_config_mbed.h"
Include dependency graph for app_config_mbed.c:

Variables

struct mbed_uart_init_param mbed_uart_extra_init_params
 
struct mbed_uart_init_param mbed_vcom_extra_init_params
 
struct mbed_i2c_init_param mbed_i2c_extra_init_params
 

Detailed Description

Application configurations module for Mbed platform.

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

struct mbed_i2c_init_param mbed_i2c_extra_init_params
Initial value:
= {
.i2c_sda_pin = I2C_SDA,
.i2c_scl_pin = I2C_SCL
}
#define I2C_SDA
Definition: app_config_mbed.h:69
#define I2C_SCL
Definition: app_config_mbed.h:68

◆ mbed_uart_extra_init_params

struct mbed_uart_init_param mbed_uart_extra_init_params
Initial value:
= {
.uart_tx_pin = UART_TX,
.uart_rx_pin = UART_RX
}
#define UART_TX
Definition: app_config_mbed.h:46
#define UART_RX
Definition: app_config_mbed.h:47

◆ mbed_vcom_extra_init_params

struct mbed_uart_init_param mbed_vcom_extra_init_params
Initial value:
= {
.vendor_id = VIRTUAL_COM_PORT_VID,
.product_id = VIRTUAL_COM_PORT_PID,
.serial_number = VIRTUAL_COM_SERIAL_NUM
}
#define VIRTUAL_COM_PORT_PID
Definition: app_config.h:150
#define VIRTUAL_COM_PORT_VID
Definition: app_config.h:149
#define VIRTUAL_COM_SERIAL_NUM
Definition: app_config.h:151