precision-converters-firmware
|
Header file for Mbed platform configurations. More...
#include <stdint.h>
#include <PinNames.h>
#include "mbed_spi.h"
#include "mbed_platform_support.h"
#include "mbed_gpio.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 | LED_GREEN LED3 |
#define | MAX_SPI_CLK 5625000 |
#define | SPI_DEVICE_ID 0 |
#define | LED_PORT 0 |
#define | UART_IRQ_ID 0 |
#define | spi_ops mbed_spi_ops |
#define | gpio_ops mbed_gpio_ops |
Variables | |
struct mbed_spi_init_param | mbed_spi_extra_init_params |
Header file for Mbed platform configurations.
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.
#define gpio_ops mbed_gpio_ops |
#define I2C_SCL SDP_I2C_SCL |
#define I2C_SDA SDP_I2C_SDA |
#define LED_GREEN LED3 |
#define LED_PORT 0 |
#define MAX_SPI_CLK 5625000 |
#define SPI_CSB SDP_SPI_CS_A |
#define SPI_DEVICE_ID 0 |
#define SPI_HOST_SDI SDP_SPI_MISO |
#define SPI_HOST_SDO SDP_SPI_MOSI |
#define spi_ops mbed_spi_ops |
#define SPI_SCK SDP_SPI_SCK |
#define UART_IRQ_ID 0 |
|
extern |