no-OS
parameters.h
Go to the documentation of this file.
1 /***************************************************************************/
39 #ifndef PARAMETERS_H
40 #define PARAMETERS_H
41 
42 #include "iio_aducm3029.h"
43 #include "aducm3029_irq.h"
44 
45 #define MAX_SIZE_BASE_ADDR 3000
46 #define UART_DEVICE_ID 0
47 #define INTC_DEVICE_ID 0
48 #define UART_IRQ_ID ADUCM_UART_INT_ID
49 #define UART_BAUDRATE 115200
50 #define DEFAULT_SAMPLES 400
51 #define ADC_BUFF_SIZE (ADUCM3029_ADC_NUM_CH * DEFAULT_SAMPLES)
52 
53 #endif
aducm3029_irq.h
Header file of IRQ driver for ADuCM302x.
iio_aducm3029.h
iio description of aducm3029 uc