34#ifndef __PARAMETERS_H__
35#define __PARAMETERS_H__
44#define UART_DEVICE_ID 0
45#define UART_IRQ_ID ADUCM_UART_INT_ID
46#define UART_BAUDRATE 115200
47#define UART_EXTRA NULL
48#define UART_OPS &aducm_uart_ops
50#define SPI_DEVICE_ID 1
51#define SPI_BAUDRATE 5000000
53#define SPI_OPS &aducm_spi_ops
54#define SPI_EXTRA &cn0531_spi_extra_ip
56#define GPIO_CLR_NUM 0x10
57#define GPIO_LDAC_NUM 0x0E
58#define GPIO_RESET_NUM 0x0C
59#define GPIO_OPS &aducm_gpio_ops
60#define GPIO_EXTRA NULL
Header file of IRQ driver for ADuCM302x.
ADuCM302x specific header for SPI driver.
Header file of UART driver for ADuCM302x.
Configuration structure sent in the extra parameter from no_os_spi_init_param.
Definition aducm3029_spi.h:79