代码搜索:UART 有哪些应用?

找到约 10,000 项符合「UART 有哪些应用?」的源代码

代码结果 10,000
www.eeworm.com/read/383333/2618365

h uart.h

#ifndef UART_H #define UART_H //macro and definition #define UART_NUM 2 #define UART0 1 #define UART1 2 #define UART_ALL ( UART0 | UART1 ) //#define MAX_SEND_BUF 1024 #define MAX_REC
www.eeworm.com/read/383333/2618476

h uart.h

#ifndef UART_H #define UART_H //macro and definition #define UART_NUM 2 #define UART0 1 #define UART1 2 #define UART_ALL ( UART0 | UART1 ) //#define MAX_SEND_BUF 1024 #define MAX_RECE
www.eeworm.com/read/383333/2618489

h uart.h

#ifndef UART_H #define UART_H //macro and definition //#define MAX_SEND_BUF 1024 #define MAX_RECEIVE_BUF 1024 //for test #define MAX_SEND_BUF 18 //#define MAX_RECEIVE_BUF 40 //--- e
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