代码搜索:如何学习 UART?

找到约 10,000 项符合「如何学习 UART?」的源代码

代码结果 10,000
www.eeworm.com/read/393663/8271270

h uart.h

void InitUART(void); void InitUART(void) { SCON = 0x50; // SCON: mode 1, 8-bit UART, enable rcvr BDRCON = 0x1e; //BRR=1,TBCK=1,RBCK=1,SPD=1,M0SRC=0 BRL = 223; // bound rate 38400
www.eeworm.com/read/393574/8274776

h uart.h

#ifndef _UART_H #define _UART_H void UartSetBaud(U32 ch, U32 baud); char UartGetch(U32 ch); char UartGetkey(U32 ch); void UartPutch(U32 ch, U32 data); void UartPuts(U32 ch, char *pt); void Ua
www.eeworm.com/read/393571/8274956

h uart.h

#ifndef _UART_H #define _UART_H void UartSetBaud(U32 ch, U32 baud); char UartGetch(U32 ch); char UartGetkey(U32 ch); void UartPutch(U32 ch, U32 data); void UartPuts(U32 ch, char *pt); void Ua
www.eeworm.com/read/293524/8288298

c uart.c

/**************************************** 文件名:uart.c ****************************************/ #include #include #include static int uart_putchar(char
www.eeworm.com/read/293369/8297548

h uart.h

/********************************************************************************/ /* UART.H v1.00 */ /* 版权(c) 2003- 北京合众达电子技术有限责任公司 */ /* 设计者: 段立锋 */ /*****
www.eeworm.com/read/293369/8297632

asm uart.asm

********************************************************************************* * UART.ASM v1.00 * * 版权(c) 2003- 北京合众达电子技术有限责任公司 * * 设计者
www.eeworm.com/read/293368/8297704

h uart.h

/********************************************************************************/ /* UART.H v1.00 */ /* 版权(c) 2003- 北京合众达电子技术有限责任公司 */ /* 设计者: 段立锋 */ /*****
www.eeworm.com/read/393280/8297724

h uart.h

#ifndef __UART_H__ #define __UART_H__ void Test_Uart0(void); void Test_Uart0Fifo(void); void Test_Uart1(void); void Test_Uart1Fifo(void); void Test_Uart0Range(void); void Test_Uart1Max(void);
www.eeworm.com/read/393280/8297743

c uart.c

#include #include #include "..\inc\44b.h" #include "..\inc\44blib.h" #include "..\inc\def.h" #include "..\inc\uart.h" #define KEY_BUFLEN 100 #define AFC_BUFLEN 0x100 #d
www.eeworm.com/read/293368/8297760

asm uart.asm

********************************************************************************* * UART.ASM v1.00 * * 版权(c) 2003- 北京合众达电子技术有限责任公司 * * 设计者