no-OS
projects
iio_aducm3029
src
parameters.h
Go to the documentation of this file.
1
/***************************************************************************/
33
#ifndef PARAMETERS_H
34
#define PARAMETERS_H
35
36
#include "
iio_aducm3029.h
"
37
#include "
aducm3029_irq.h
"
38
39
#define MAX_SIZE_BASE_ADDR 3000
40
#define UART_DEVICE_ID 0
41
#define INTC_DEVICE_ID 0
42
#define UART_IRQ_ID ADUCM_UART_INT_ID
43
#define UART_BAUDRATE 115200
44
#define DEFAULT_SAMPLES 400
45
#define ADC_BUFF_SIZE (ADUCM3029_ADC_NUM_CH * DEFAULT_SAMPLES)
46
47
#endif
aducm3029_irq.h
Header file of IRQ driver for ADuCM302x.
iio_aducm3029.h
iio description of aducm3029 uc
Generated by
1.8.17