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