precision-converters-firmware
|
Header file for Mbed platform configurations. More...
#include <stdint.h>
#include <PinNames.h>
#include "mbed_spi.h"
#include "mbed_uart.h"
#include "mbed_irq.h"
#include "mbed_i2c.h"
#include "mbed_gpio.h"
#include "mbed_gpio_irq.h"
Go to the source code of this file.
Macros | |
#define | SPI_CSB SDP_SPI_CS_A |
#define | SPI_HOST_SDI SDP_SPI_MISO |
#define | SPI_HOST_SDO SDP_SPI_MOSI |
#define | SPI_SCK SDP_SPI_SCK |
#define | I2C_SCL SDP_I2C_SCL |
#define | I2C_SDA SDP_I2C_SDA |
#define | UART_TX CONSOLE_TX |
#define | UART_RX CONSOLE_RX |
#define | RDY_PIN ARDUINO_UNO_D8 |
Variables | |
struct mbed_uart_init_param | mbed_uart_extra_init_params |
struct mbed_uart_init_param | mbed_vcom_extra_init_params |
struct mbed_spi_init_param | mbed_spi_extra_init_params |
struct mbed_gpio_irq_init_param | mbed_trigger_gpio_irq_init_params |
struct mbed_i2c_init_param | mbed_i2c_extra_init_params |
Header file for Mbed platform configurations.
Copyright (c) 2021-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.
#define I2C_SCL SDP_I2C_SCL |
#define I2C_SDA SDP_I2C_SDA |
#define RDY_PIN ARDUINO_UNO_D8 |
#define SPI_CSB SDP_SPI_CS_A |
The ADI SDP_K1 can be used with either arduino headers or the 120-pin SDP connector found on ADI evaluation boards. The default is the SDP-120 connector.
Uncomment the #define ARDUINO below to enable the Arduino connector for EVAL-AD4114SDZ, EVAL-AD4115SDZ and the EVAL-AD4116ASDZ
#define SPI_HOST_SDI SDP_SPI_MISO |
#define SPI_HOST_SDO SDP_SPI_MOSI |
#define SPI_SCK SDP_SPI_SCK |
#define UART_RX CONSOLE_RX |
#define UART_TX CONSOLE_TX |
|
extern |
|
extern |
|
extern |
|
extern |
|
extern |