no-OS
Macros | Variables
parameters.h File Reference

Definitions specific to STM32 platform used by eval-ad7616 project. More...

#include "stm32_hal.h"
#include "stm32_irq.h"
#include "stm32_gpio_irq.h"
#include "stm32_spi.h"
#include "stm32_gpio.h"
#include "stm32_uart.h"
#include "stm32_uart_stdio.h"
Include dependency graph for parameters.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define UART_IRQ_ID   UART5_IRQn
 
#define INTC_DEVICE_ID   0
 
#define UART_DEVICE_ID   5
 
#define UART_BAUDRATE   230400
 
#define UART_EXTRA   &ad7616_uart_extra_ip
 
#define UART_OPS   &stm32_uart_ops
 
#define GPIO_OPS   &stm32_gpio_ops
 
#define GPIO_PORT_A   0
 
#define GPIO_PORT_G   6
 
#define GPIO_BUSY_PORT   GPIO_PORT_A
 
#define GPIO_BUSY_NB   10
 
#define GPIO_RESET_PORT   GPIO_PORT_G
 
#define GPIO_RESET_NB   10
 
#define GPIO_CONVST_PORT   GPIO_PORT_A
 
#define GPIO_CONVST_NB   11
 
#define SPI_DEVICE_ID   1
 
#define SPI_BAUDRATE   22500000
 
#define SPI_CS   15
 
#define SPI_CS_PORT   GPIO_PORT_A
 
#define SPI_OPS   &stm32_spi_ops
 
#define SPI_EXTRA   &ad7616_spi_extra_ip
 

Variables

UART_HandleTypeDef huart5
 
struct stm32_uart_init_param ad7616_uart_extra_ip
 
struct stm32_spi_init_param ad7616_spi_extra_ip
 
struct stm32_gpio_init_param ad7616_gpio_convst_extra_ip
 

Detailed Description

Definitions specific to STM32 platform used by eval-ad7616 project.

Author
Esteban Blanc (eblan.nosp@m.c@ba.nosp@m.ylibr.nosp@m.e.co.nosp@m.m)

Copyright 2024(c) Analog Devices, Inc. Copyright 2024(c) BayLibre, SAS.

All rights reserved.

Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:

THIS SOFTWARE IS PROVIDED BY ANALOG DEVICES "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, NON-INFRINGEMENT, MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL ANALOG DEVICES BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, INTELLECTUAL PROPERTY RIGHTS, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

Macro Definition Documentation

◆ GPIO_BUSY_NB

#define GPIO_BUSY_NB   10

◆ GPIO_BUSY_PORT

#define GPIO_BUSY_PORT   GPIO_PORT_A

◆ GPIO_CONVST_NB

#define GPIO_CONVST_NB   11

◆ GPIO_CONVST_PORT

#define GPIO_CONVST_PORT   GPIO_PORT_A

◆ GPIO_OPS

#define GPIO_OPS   &stm32_gpio_ops

◆ GPIO_PORT_A

#define GPIO_PORT_A   0

◆ GPIO_PORT_G

#define GPIO_PORT_G   6

◆ GPIO_RESET_NB

#define GPIO_RESET_NB   10

◆ GPIO_RESET_PORT

#define GPIO_RESET_PORT   GPIO_PORT_G

◆ INTC_DEVICE_ID

#define INTC_DEVICE_ID   0

◆ SPI_BAUDRATE

#define SPI_BAUDRATE   22500000

◆ SPI_CS

#define SPI_CS   15

◆ SPI_CS_PORT

#define SPI_CS_PORT   GPIO_PORT_A

◆ SPI_DEVICE_ID

#define SPI_DEVICE_ID   1

◆ SPI_EXTRA

#define SPI_EXTRA   &ad7616_spi_extra_ip

◆ SPI_OPS

#define SPI_OPS   &stm32_spi_ops

◆ UART_BAUDRATE

#define UART_BAUDRATE   230400

◆ UART_DEVICE_ID

#define UART_DEVICE_ID   5

◆ UART_EXTRA

#define UART_EXTRA   &ad7616_uart_extra_ip

◆ UART_IRQ_ID

#define UART_IRQ_ID   UART5_IRQn

◆ UART_OPS

#define UART_OPS   &stm32_uart_ops

Variable Documentation

◆ ad7616_gpio_convst_extra_ip

struct stm32_gpio_init_param ad7616_gpio_convst_extra_ip

◆ ad7616_spi_extra_ip

struct stm32_spi_init_param ad7616_spi_extra_ip

◆ ad7616_uart_extra_ip

struct stm32_uart_init_param ad7616_uart_extra_ip

◆ huart5

UART_HandleTypeDef huart5