代码搜索结果
找到约 10,000 项符合
USART 的代码
usart.plg
礦ision3 Build Log
Project:
E:\mySTM32\Example\Example6-ADC\ADC.uv2
Project File Date: 08/21/2009
Output:
Load "E:\\mySTM32\\Example\\Example6-
usart.hex
:020000040800F2
:100000006004002045010008D1050008C105000872
:10001000CD0500083D0300082F0A0008000000007D
:10002000000000000000000000000000CD080008F3
:100030008B0400080000000013060008CF08000829
:10
usart.tra
*** Creating Trace Output File '.\Obj\USART.tra' Ok.
### Preparing for ADS-LD.
### Creating ADS-LD Command Line
### List of Objects: adding '".\obj\stm32f10x_it.o"'
### List of Objects: adding '".
usart.c
#define USART_C
#include "includes.h"
int usart_putchar(char c)
{
if (c == '\n')
usart_putchar('\r');
while(UCSRA&(1
usart.c
#define USART_C
#include "includes.h"
void put_char(unsigned char ch)
{
/* if(ch == '\n')
{
usart_putchar('\r');
} */
while(!(UCSRA&(1
usart.h
#ifndef USART_H
#define USART_H
#ifdef USART_C
void put_char(unsigned char ch);
void InitSerial(void);
void put_string(unsigned char *sting);
#else
extern void put_char(unsigned char ch);
exte
usart.c
//-----------------------------------------------------------------
// 名称: 串口程序
//-----------------------------------------------------------------
#define F_CPU 4000000UL
#include
#i
usart.c
//-----------------------------------------------------------------
// 名称: 串口程序
//-----------------------------------------------------------------
#define F_CPU 4000000UL //4M晶振
#include
usart.c
//-----------------------------------------------------------------
// 名称: 串口程序
//-----------------------------------------------------------------
#define F_CPU 4000000UL //4M晶振
#include
usart.uvproj
1.0