forked from SZV10X_Software/SZV103_FM33A0xxEV_SiZhu

jinlicong
2024-06-12 f03cf3ae7a36954e64fc014e6bb7afd20c5a5247
HARDWARE/DMA/DMA.h
@@ -1,27 +1,18 @@
#ifndef __DMA_H
#define __DMA_H
#include "sys.h"
#include "stm32f10x_dma.h"
#ifndef _DMA_H_
#define _DMA_H_
/******************************************************************************
 * Copyright (C) 2014-2015 HangZhou SiZhu Co.,LTD.
 *
 *-----------------------------------------------------------------------------
 * File:              DMA.h
 * Description:      head file of DMA.c used to operate DMA
 * Author:           Lishoujian (867693272@qq.com)
 * Date:             Jan 8, 2015
 *****************************************************************************/
/* ----------------------- Platform includes --------------------------------*/
#include "define_all.h"
#define  DMA_bufsize   1000;     //DMA send buffer size
extern uint16 SendBuff[1000];
void DMA_Configuration(void);
void RCC_Configuration(void);
#endif
#endif