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 #include "common_data.h"
41 #include "no_os_util.h"
42 
43 /******************************************************************************/
44 /********************** Macros and Constants Definitions **********************/
45 /******************************************************************************/
46 /* This value can be modified based on the number
47 of samples needed to be stored in the device buffer
48 and based on the available RAM memory of the platform */
49 #define SAMPLES_PER_CHANNEL_PLATFORM 1000000
50 
51 #define UART_DEVICE_ID 0
52 #define UART_BAUDRATE 115200
53 #define UART_IRQ_ID 20
54 #define UART_EXTRA NULL
55 #define UART_OPS NULL
56 
57 #endif /* __PARAMETERS_H__ */
no_os_util.h
Header file of utility functions.