1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
44
/* ... */
#ifndef __MAIN_H
#define __MAIN_H
#include "stm32f4xx_hal.h"
#include "stm324xg_eval.h"
Includes
/* ... */
#define DMA_STREAM DMA2_Stream0
#define DMA_CHANNEL DMA_CHANNEL_0
#define DMA_STREAM_IRQ DMA2_Stream0_IRQn
#define DMA_STREAM_IRQHANDLER DMA2_Stream0_IRQHandler
#define BUFFER_SIZE 32
5 defines
Exported constants
/* ... */
#endif