no-OS
Loading...
Searching...
No Matches
parameters.h
Go to the documentation of this file.
1/***************************************************************************/
34#ifndef __PARAMETERS_H__
35#define __PARAMETERS_H__
36
37#include <stdint.h>
38#include "platform_init.h"
39#include "aducm3029_spi.h"
40#include "aducm3029_irq.h"
41#include "aducm3029_uart.h"
42
43#define UART_DEVICE_ID 0
44#define UART_IRQ_ID ADUCM_UART_INT_ID
45#define UART_BAUDRATE 115200
46#define UART_EXTRA NULL
47#define UART_OPS &aducm_uart_ops
48
49#define SPI_DEVICE_ID 0
50#define SPI_BAUDRATE 1000000
51#define SPI_CS 1
52#define SPI_OPS &aducm_spi_ops
53#define SPI_EXTRA &ada4250_spi_extra_ip
54
56
57#endif /* __PARAMETERS_H__ */
struct aducm_spi_init_param ada4250_spi_extra_ip
Definition parameters.c:36
Header file of IRQ driver for ADuCM302x.
ADuCM302x specific header for SPI driver.
Header file of UART driver for ADuCM302x.
ADuCM3029 platform initialization header.
Configuration structure sent in the extra parameter from no_os_spi_init_param.
Definition aducm3029_spi.h:79