代码搜索:如何学习 UART?
找到约 10,000 项符合「如何学习 UART?」的源代码
代码结果 10,000
www.eeworm.com/read/475737/6776799
c uart.c
#include "uart.h"
#include "LCD.h"
extern volatile unsigned char backlight;;
void sentchar1 (unsigned char datasent)
{
while (!( UCSR1A & (1
www.eeworm.com/read/475392/6779485
src uart.src
; .\out_sst89e564\uart.SRC generated from: source\uart.c
; COMPILER INVOKED BY:
; C:\Keil\C51\BIN\C51.EXE source\uart.c LARGE BROWSE ORDER NOAREGS DEBUG OBJECTEXTEND PRINT(.\uart.lst) SRC(.\o
www.eeworm.com/read/475392/6779490
obj uart.obj
www.eeworm.com/read/475392/6779576
lst uart.lst
C51 COMPILER V8.00 UART 04/23/2009 15:56:14 PAGE 1
C51 COMPILER V8.00, COMPILATION OF MODULE UART
OBJECT MODULE PLACED IN .\
www.eeworm.com/read/475392/6779584
obj uart.obj
www.eeworm.com/read/475392/6779605
h uart.h
//////////////////////////////////////////////
// uart.h //
// 设置波特率(需要晶振频率支持) //
// 晶振频率:11m0592,12m0,18m0,24m0 //
// design by: 刘俐训 //
///////////////////////
www.eeworm.com/read/475392/6779665
c uart.c
//////////////////////////////////////////////
// uart.c //
// 设置波特率(需要晶振频率支持) //
// 晶振频率:11m0592,12m0,18m0,24m0 //
// design by: 刘俐训 //
///////////////////////
www.eeworm.com/read/475392/6779733
obj uart.obj
www.eeworm.com/read/474888/6797140
h uart.h
/******************************************************************************
*
* $RCSfile: $
* $Revision: $
*
* This module provides the interface definitions for for uart.c
* Copyright
www.eeworm.com/read/474888/6797153
lst uart.lst
1 .file "uart.c"
9 .Ltext0:
10 .align 2
11 .global uart0Init
13 uart0Init:
14 .LFB2:
15