Autodrone
Multi-Domain Vehicle
drv_dma.h
Go to the documentation of this file.
1
8/* Define to prevent recursive inclusion -------------------------------------*/
9#ifndef __DMA_H__
10#define __DMA_H__
11
12#ifdef __cplusplus
13extern "C" {
14#endif
15
16/* Function Prototypes */
17void dmaInit(void);
18
19#ifdef __cplusplus
20}
21#endif
22
23#endif /* __DMA_H__ */
void dmaInit(void)
Initializes the DMA clock and NVIC.
Definition: drv_dma.c:15