代码搜索:如何学习 UART?

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

代码结果 10,000
www.eeworm.com/read/382606/2628810

c uart.c

//**************************************************************************************** //** 文件名:Uart.c //** Copyright (c) 2002 Hard&SoftMcuStudio //** 创建人:Hard&SoftMcuStudio //** 日期:2002
www.eeworm.com/read/382606/2628813

h uart.h

#ifndef __UART_H_ #define __UART_H_ #include "../../ucos-ii/includes.h" #define Uart0BaudRate (115200) #define Uart1BaudRate (115200) void __irq Uart0_RxInt(void); void __irq Uart1_RxInt(void)
www.eeworm.com/read/381929/2639447

h uart_if.h

/* ================================================================================ * @file UART_IF.h * @brief UART interface module * @author 2006/03/29 Michiru Kagaya * Copyright (C)SEIKO EP
www.eeworm.com/read/381929/2639452

c uart_if.c

/* ================================================================================ * @file UART_IF.c * @brief UART interface module * @author 2006/03/29 Michiru Kagaya * Copyright (C)SEIKO EP
www.eeworm.com/read/381588/2643174

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/381588/2643205

c uart.c

#include #include #include "..\inc\44b.h" #include "..\inc\44blib.h" #include "..\inc\def.h" #include "..\inc\rtc.h" #define KEY_BUFLEN 100 #define AFC_BUFLEN 0x100 #de
www.eeworm.com/read/379734/2667797

c uart.c

// Copyright (c) David Vescovi. All rights reserved. // Part of Project DrumStix // Windows Embedded Developers Interest Group (WE-DIG) community project. // http://www.we-dig.org // Copyright (c
www.eeworm.com/read/378825/2680781

h uart.h

#ifndef __UART_H__ #define __UART_H__ //串口波特率初始化已经在AUTO_ISP.H中完成 //发送1字节 void uart_put_uchar(unsigned char c) { SBUF = c; while(!TI); TI = 0; } //接收1字节 unsigned char uart_get
www.eeworm.com/read/378613/2683815

h uart.h

/***************************************************************************** * uart.h: Header file for NXP LPC23xx Family Microprocessors * * Copyright(C) 2006, NXP Semiconductor * Al
www.eeworm.com/read/378613/2683819

c uart.c

/***************************************************************************** * uart.c: UART API file for NXP LPC23xx/24xx Family Microprocessors * * Copyright(C) 2006, NXP Semiconductor