代码搜索结果

找到约 5,134 项符合 USART 的代码

includes.h

#include "main.h" #include "delay.h" //#include "horse.h" //#include "lcd.h" //#include "ad.h" #include "init.h" #include "number.h" //#include "usart.h" #include //#include

usart.c

#include #include #include #include #include void init_usart(void); int usart_putchar(char); int usart_putchar(char c) {

usart.c

#include"usart.h" void Init_USART1(void) //UART 初始化 { UBRR1H=0; UBRR1L=47; //波特率9600 UCSR1B |= (1

p0902-usart.opt

### uVision2 Project, (C) Keil Software ### Do not modify ! cExt (*.c) aExt (*.s*; *.src; *.a*) oExt (*.obj) lExt (*.lib) tExt (*.txt; *.h; *.inc) pExt (*.plm) CppX (*.cpp) DaveTm {

p0902-usart.m51

BL51 BANKED LINKER/LOCATER V6.00 04/01/2009 22:15:41 PAGE 1 BL51 BANKED LINKER/LOCATER V6.00, INVOKED BY: C:\KEIL\C51\BIN\BL51.EXE P0902-

p0902-usart_uv2.bak

### uVision2 Project, (C) Keil Software ### Do not modify ! Target (Target 1), 0x0000 // Tools: 'MCS-51' Group (Source Group 1) File 1,1, Options 1,0,0

usart.h

//usart.h #define BIT0 0x00000001 #define BIT1 0x00000002 #define BIT2 0x00000004 #define BIT3 0x00000008 #define BIT4 0x00000010 #define BIT5

usart.c

//usart.c #include "usart.h" #include "AT91SAM7S64.h" AT91PS_PIO u_pPio = AT91C_BASE_PIOA; AT91PS_PMC u_pPMC = AT91C_BASE_PMC; AT91PS_USART u_pUSART0 = AT91C_BASE_US0; AT91PS_USAR

usart.s

.module usart.c .area text(rom, con, rel) .dbfile E:\新建文件夹\ADDA_ICC\cfile\usart.c .dbfunc e put_char _put_char fV ; ch -> R16 .even _put_char:: .dbline -1 .dbline 4 ; #defi