serial.h
来自「ARM_CORTEX-M3应用实例开发详解光盘」· C头文件 代码 · 共 43 行
H
43 行
/******************** (C) COPYRIGHT 2009 Embest Info&Tech Co.,LTD. ************
* File Name : serial.h
* Author : Wuhan R&D Center, Embest
* Date First Issued : 07/12/2009
* Description : Header for serial.c file.
*******************************************************************************
*******************************************************************************
* History:
* 07/12/2009 : V1.0 initial version
*******************************************************************************/
/* Define to prevent recursive inclusion -------------------------------------*/
#ifndef __SERIAL_H
#define __SERIAL_H
/* Includes ------------------------------------------------------------------*/
#include <stdio.h>
#include "stm32_eval.h"
#include "stm32f10x_exti.h"
#include "stm32f10x_gpio.h"
#include "stm32f10x_rcc.h"
#include "stm32f10x_usart.h"
#include "misc.h"
/* Private define ------------------------------------------------------------*/
/* Exported constants --------------------------------------------------------*/
/* Exported macro ------------------------------------------------------------*/
/* Exported functions ------------------------------------------------------- */
void USART_Configuration(void);
#endif
/**
* @}
*/
/**
* @}
*/
/************* (C) COPYRIGHT 2009 Wuhan R&D Center, Embest *****END OF FILE****/
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?