代码搜索:Serial_init
找到约 226 项符合「Serial_init」的源代码
代码结果 226
www.eeworm.com/read/152843/5656429
c sead_setup.c
/*
* Carsten Langgaard, carstenl@mips.com
* Copyright (C) 2002 MIPS Technologies, Inc. All rights reserved.
*
* This program is free software; you can distribute it and/or modify it
* under th
www.eeworm.com/read/289436/8551690
src serial.src
; serial.SRC generated from: serial.c
; COMPILER INVOKED BY:
; C:\Keil\C51\BIN\C51.EXE serial.c OPTIMIZE(6,SPEED) BROWSE DEBUG OBJECTEXTEND TABS(3)
$NOMOD51
NAME SERIAL
P0 DATA 080H
www.eeworm.com/read/431211/8699662
c l_9_1_serial.c
// standard header files for ascii IO functions,
// ascii manipulation functions
#include
#include
#include
void serial_init (char brg, char lo_speed);
vo
www.eeworm.com/read/431211/8699669
c l_9_3_autobaud.c
#include "config.h"
#include "serial.c"
#include "serio.c"
// do autobaud detection
// prototypes
void autobuad(void);
// HSPLL mode, crystal = 7.3728 MHz
// so Fosc = 29,491,200
char baud_rate[]
www.eeworm.com/read/431209/8700155
c l_9_1_serial.c
// standard header files for ascii IO functions,
// ascii manipulation functions
#include
#include
#include
void serial_init (char brg, char lo_speed);
vo
www.eeworm.com/read/431209/8700162
c l_9_3_autobaud.c
#include "config.h"
#include "serial.c"
#include "serio.c"
// do autobaud detection
// prototypes
void autobuad(void);
// HSPLL mode, crystal = 7.3728 MHz
// so Fosc = 29,491,200
char baud_rate[]
www.eeworm.com/read/430874/8720638
h serial.h
;
; 8051 Serial port routines
;
;entry points
.globl serial_init, phex, cout, cin, pstr, space, newline, phex16
baud_const = 253 ;19200 baud w/ 11.0592 MHz
www.eeworm.com/read/286264/8775257
lst p3.lst
C51 COMPILER V7.06 P3 03/01/2006 15:11:23 PAGE 1
C51 COMPILER V7.06, COMPILATION OF MODULE P3
OBJECT MODULE PLACED IN p3.O
www.eeworm.com/read/286264/8777256
lst tassert.lst
C51 COMPILER V7.06 TASSERT 12/06/2005 17:00:00 PAGE 1
C51 COMPILER V7.06, COMPILATION OF MODULE TASSERT
OBJECT MODULE PLACED IN
www.eeworm.com/read/286264/8777262
c tassert.c
#include "reg51.h"
#include /*为使用printf函数而加入*/
#include
serial_init () {
SCON = 0x50;
TMOD |= 0x20;
PCON |= 0x80;
TH1 = 0xfd;
TR1 = 1;
TI = 1;
}