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#include "pico_uart.h"
40
41/* This value can be modified based on the number
42of samples needed to be stored in the device buffer
43and based on the available RAM memory of the platform */
44#define SAMPLES_PER_CHANNEL_PLATFORM 2000
45
46#define UART_DEVICE_ID 0
47#define UART_BAUDRATE 115200
48#define UART_IRQ_ID 20
49#define UART_EXTRA &iio_demo_uart_extra_ip
50#define UART_OPS &pico_uart_ops
51
52#define UART_TX_PIN UART0_TX_GP0
53#define UART_RX_PIN UART0_RX_GP1
54
56
57#endif /* __PARAMETERS_H__ */
struct max_uart_init_param iio_demo_uart_extra_ip
Definition parameters.c:36
Header file of utility functions.
Header file of UART driver for pico.
Additional UART config parameters.
Definition pico_uart.h:82