代码搜索:UART 有哪些应用?
找到约 10,000 项符合「UART 有哪些应用?」的源代码
代码结果 10,000
www.eeworm.com/read/386026/8771038
o uart.o
www.eeworm.com/read/386026/8771066
c uart.c
#include "Motor.h"
#include "UART.h"
void DumpBuffer(WORD iNum, short *pBuf, short iNumCol)
{
SendUARTShort( 0xFFAA ); // tag
SendUARTShort( iNumCol );
while( iNum-- )
www.eeworm.com/read/386026/8771117
h uart.h
void DumpBuffer(WORD iNum, short *pBuf, short iNumCol);
void ResetUART(void);
void SetupUART(void);
void SetupUARTFast(void);
void SendUARTShort( short s );
void SendUARTByte( BYTE b );
www.eeworm.com/read/430018/8772511
lst uart.lst
C51 COMPILER V8.02 UART 03/14/2009 16:22:21 PAGE 1
C51 COMPILER V8.02, COMPILATION OF MODULE UART
OBJECT MODULE PLACED IN UA
www.eeworm.com/read/430018/8772520
c uart.c
#include
#include"intrins.h"
#include"UART.h"
/*************************************************************************
使用一部外设时一定要设置交叉开关和通用口,将外设映射到通用口,如UART
*********************
www.eeworm.com/read/430018/8772524
obj uart.obj
www.eeworm.com/read/430018/8772544
h uart.h
#ifndef _UART_H_
#define _UART_H_
#include"Macro.h"
#define XTLVLD (OSCXCN&0X80)
void delay_us(unsigned int us);
void delay(uint8 ms);
void vTxByte(uint8 u8Data);
void PORT_Init(void);
voi
www.eeworm.com/read/429993/8774252
c uart.c
#include "..\inc\WOPTIONS.H"
#include "..\ucos\includes.h"
#include "isr.h"
#include "uart.h"
OS_EVENT *Uart0_Rev_mbox=NULL; //Uart0 receive mail box
OS_EVENT *Uart1_Rev_mbo
www.eeworm.com/read/385906/8782541
c uart.c
#include"mb95100.h"
/*-----------------------------------------------------------------------------
函数原型: unsigned char UART_readbyte_wait (void)
输入参数:无
输出参数:RDR0
功能描述: 串口读程序,返回
www.eeworm.com/read/385906/8782573
stk uart.stk
@e:\fujitsu program\2008-05-18-mb95f108\src\uart.c
# E=Extern S=Static I=Interrupt
# {Stack} {E|S|I} {function name}
# -> {E|S} {call function}
# ...
#
2 E _UAR