stm32.rar

源代码在线查看: main.h

软件大小: 6810 K
上传用户: limaoxiansheng
关键词: stm 32
下载地址: 免注册下载 普通下载 VIP

相关代码

				/******************** (C) COPYRIGHT 2008 STMicroelectronics ********************
				* File Name          : main.h
				* Author             : MCD Application Team
				* Version            : V1.1.1
				* Date               : 06/13/2008
				* Description        : Header for main.c module
				********************************************************************************
				* THE PRESENT FIRMWARE WHICH IS FOR GUIDANCE ONLY AIMS AT PROVIDING CUSTOMERS
				* WITH CODING INFORMATION REGARDING THEIR PRODUCTS IN ORDER FOR THEM TO SAVE TIME.
				* AS A RESULT, STMICROELECTRONICS SHALL NOT BE HELD LIABLE FOR ANY DIRECT,
				* INDIRECT OR CONSEQUENTIAL DAMAGES WITH RESPECT TO ANY CLAIMS ARISING FROM THE
				* CONTENT OF SUCH FIRMWARE AND/OR THE USE MADE BY CUSTOMERS OF THE CODING
				* INFORMATION CONTAINED HEREIN IN CONNECTION WITH THEIR PRODUCTS.
				*******************************************************************************/
				
				/* Define to prevent recursive inclusion -------------------------------------*/
				#ifndef __MAIN_H
				#define __MAIN_H
				
				/* Includes ------------------------------------------------------------------*/
				#include "spi_flash.h"
				#include "lcd.h"
				#include "stm32f10x_it.h"
				#include "menu.h"
				#include "calendar.h"
				#include "mass_storage.h"
				#include "waveplayer.h"
				#include "lowpower.h"
				#include "tsensor.h"
				#include "smartcard.h"
				
				/* Exported types ------------------------------------------------------------*/
				/* Exported constants --------------------------------------------------------*/
				/* Exported macro ------------------------------------------------------------*/
				/* Exported functions ------------------------------------------------------- */
				void Demo_Init(void);
				void InterruptConfig(void);
				void SysTick_Config(void);
				void IntExtOnOffConfig(FunctionalState NewState);
				void GPIO_Config(void);
				void Delay(u32 nCount);
				u32 DelayJoyStick(u32 nTime);
				void Decrement_TimingDelay(void);
				void Set_SELStatus(void);
				void LedShow_Init(void);
				void LedShow(FunctionalState NewState);
				u32 Get_LedShowStatus(void);
				void CheckBitmapFilesStatus(void);
				ErrorStatus Get_HSEStartUpStatus(void);
				
				#endif /* __MAIN_H */
				
				/******************* (C) COPYRIGHT 2008 STMicroelectronics *****END OF FILE****/
							

相关资源