no-OS
All Classes Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
parameters.h
Go to the documentation of this file.
1/***************************************************************************/
34#ifndef __PARAMETERS_H__
35#define __PARAMETERS_H__
36
37/******************************************************************************/
38#include <sys/platform.h>
39#include "adi_initialize.h"
40#include <drivers/pwr/adi_pwr.h>
41#include "aducm3029_irq.h"
42#include "aducm3029_uart.h"
43#include "common_data.h"
44#include "no_os_util.h"
45
46#define UART_DEVICE_ID 0
47#define INTC_DEVICE_ID 0
48#define UART_IRQ_ID ADUCM_UART_INT_ID
49#define UART_BAUDRATE 115200
50#define UART_EXTRA NULL
51#define UART_OPS &aducm_uart_ops
52
53/* This value can be modified based on the number
54of samples needed to be stored in the device buffer
55and based on the available RAM memory of the platform */
56#define SAMPLES_PER_CHANNEL_PLATFORM 200
57
58#endif /* __PARAMETERS_H__ */
Header file of IRQ driver for ADuCM302x.
Header file of UART driver for ADuCM302x.
Header file of utility functions.