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 "common_data.h"
38
#include "
no_os_util.h
"
39
40
/* This value can be modified based on the number
41
of samples needed to be stored in the device buffer
42
and 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__ */
no_os_util.h
Header file of utility functions.
projects
iio_demo
src
platform
linux
parameters.h
Copyright © 2024
Analog Devices Inc.
. All Rights Reserved.