Khangai Robot Play - Naive  01
THe naive play of the Khangai Robot
dma.h
Go to the documentation of this file.
1 
49 /* Define to prevent recursive inclusion -------------------------------------*/
50 #ifndef __dma_H
51 #define __dma_H
52 
53 #ifdef __cplusplus
54  extern "C" {
55 #endif
56 
57 /* Includes ------------------------------------------------------------------*/
58 #include "main.h"
59 
60 /* DMA memory to memory transfer handles -------------------------------------*/
61 
62 /* USER CODE BEGIN Includes */
63 
64 /* USER CODE END Includes */
65 
66 /* USER CODE BEGIN Private defines */
67 
68 /* USER CODE END Private defines */
69 
70 void MX_DMA_Init(void);
71 
72 /* USER CODE BEGIN Prototypes */
73 
74 /* USER CODE END Prototypes */
75 
76 #ifdef __cplusplus
77 }
78 #endif
79 
80 #endif /* __dma_H */
81 
86 /************************ (C) COPYRIGHT STMicroelectronics *****END OF FILE****/
: Header for main.c file. This file contains the common defines of the application.
void MX_DMA_Init(void)
Definition: dma.c:67