代码搜索结果
找到约 10,000 项符合
USART 的代码
usart.c
//-----------------------------------------------------------------
// 名称: 串口程序
//-----------------------------------------------------------------
#define _XTAL_FREQ 4000000UL
#define INT8U un
usart.c
//-----------------------------------------------------------------
// 名称: 串口程序
//-----------------------------------------------------------------
#include
#include "USART.h"
//-------
usart.h
//-----------------------------------------------------------------
// 名称: 串口程序头文件
//-----------------------------------------------------------------
#include
#define INT8U unsigned c
usart.h
#ifndef __USART_H
#define __USART_H
#include
#include "stdio.h"
//////////////////////////////////////////////////////////////////////////////////
//本程序只供学习使用,未经作者许可,不得用于其它任
usart.c
#include "sys.h"
#include "usart.h"
//////////////////////////////////////////////////////////////////////////////////
//本程序只供学习使用,未经作者许可,不得用于其它任何用途
//Mini STM32开发板
//串口1初始化
//正点原子@ALIENT
usart.d
usart.o: ..\SYSTEM\usart\usart.c
usart.o: ..\SYSTEM\sys\sys.h
usart.o: D:\文件安装\mdk\ARM\INC\ST\STM32F10x\stm32f10x_lib.h
usart.o: D:\文件安装\mdk\ARM\INC\ST\STM32F10x\stm32f10x_map.h
usart.o: D:\文件安装\m
usart.h
/**
******************************************************************************
* @file USART.h
* @author www.armjishu.com
* @version V1.0
* @Library Using STM32F10X_STDPERIPH_VE
usart.c
/**
******************************************************************************
* @file USART.c
* @author www.armjishu.com
* @version V1.0
* @Library Using STM32F10X_STDPERIP