EFR32 Blue Gecko 1 Software Documentation  efr32bg1-doc-5.1.2
dmactrl.h
Go to the documentation of this file.
1 /***************************************************************************/
19 #ifndef __DMACTRL_H
20 #define __DMACTRL_H
21 
22 /***************************************************************************/
27 /***************************************************************************/
32 #ifdef __cplusplus
33 extern "C" {
34 #endif
35 
36 extern DMA_DESCRIPTOR_TypeDef dmaControlBlock[];
37 
38 #ifdef __cplusplus
39 }
40 #endif
41 
45 #endif /* __DMACTRL_H */