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