代码搜索:USART
找到约 10,000 项符合「USART」的源代码
代码结果 10,000
www.eeworm.com/read/409253/11339330
dep usart_usart.dep
Dependencies for Project 'USART', Target 'USART': (DO NOT MODIFY !)
F (.\STM32F10x.s)(0x48E9C1BE)(--device DARMSTM -g --apcs=interwork -I "C:\KeilARM\ARM\INC\ST\STM32F10x" --list ".\listing\STM32F10x
www.eeworm.com/read/192578/8374150
o usart.o
www.eeworm.com/read/192578/8374157
h usart.h
/*******************************************************************************
* name : usart.h
* author: fengzai(panda)
* date: 2007.1.25
* decribe: header file of usart.c
* "put_c" send
www.eeworm.com/read/192578/8374220
c usart.c
/*******************************************************************************
* name: usart.c
* author: fengzai(panda)
* date: 2007.1.25
* decribe: the usart
******************************
www.eeworm.com/read/191033/8434694
h usart.h
/***************************************************************************
* Atmel AVR USART Library for GCC
* Version: 1.0
*
* Works with AVR MCUs equiped with USART hardware (ATmega series).
www.eeworm.com/read/191033/8434696
c usart.c
/***************************************************************************
* Atmel AVR USART Library for GCC
* Version: 1.0
*
* Works with AVR MCUs equiped with USART hardware (ATmega series).
www.eeworm.com/read/290587/8474027
c usart.c
#define USART_C
#include "includes.h"
void put_char(unsigned char ch)
{
/* if(ch == '\n')
{
usart_putchar('\r');
} */
while(!(UCSRA&(1
www.eeworm.com/read/290587/8474034
h 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
www.eeworm.com/read/390195/8476686
c usart.c
#define USART_C
#include "includes.h"
int usart_putchar(char c)
{
if (c == '\n')
usart_putchar('\r');
while(UCSRA&(1
www.eeworm.com/read/390195/8476897
c usart.c
#define USART_C
#include "includes.h"
void usart_putchar(char c)
{
if (c == '\n')
usart_putchar('\r');
while(UCSRA & (1