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

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

代码结果 10,000
www.eeworm.com/read/237402/13964667

vhd uart.vhd

library ieee; use ieee.std_logic_1164.all; use ieee.std_logic_unsigned.all; use work.Uart_Cfg.all; entity Uart is port ( RstH : in std_logic; --high level available Clk : in std_logic; --
www.eeworm.com/read/135079/13964701

h uart.h

//44BTEST : 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 Te
www.eeworm.com/read/135079/13964770

o uart.o

www.eeworm.com/read/135079/13964828

c uart.c

//44BTEST : 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
www.eeworm.com/read/237371/13965942

c uart.c

#include #include "..\inc\44b.h" #include "..\inc\def.h" #include "..\inc\uart.h" extern unsigned int MCLK; static void Delay(int time) { while(time--); } void UartInit(int
www.eeworm.com/read/237360/13966988

c uart.c

/*****************************************************************************\ 文件名: main.c 描述: 用于MSP430F149。 异步通讯。 版本:1.0 2007-8-15 \*******************************************************
www.eeworm.com/read/237360/13966996

ini uart.ini

[Window Pos] Main Window=2,3,-1,-1,-1,-1,66,87,834,617 [Main Toolbar-Bar0] BarID=59392 XPos=-2 YPos=-2 Docking=1 MRUDockID=0 MRUDockLeftPos=-2 MRUDockTopPos=-2 MRUDockRightPos=322 MRUDockBo
www.eeworm.com/read/237177/13972531

c uart.c

#include #include "..\common\44b.h" #include "..\common\44blib.h" #include "..\common\def.h" #include "..\common\rtc.h" #include "Uart.h" #define KEY_BUFLEN 100 #define AFC_BUFLEN
www.eeworm.com/read/237177/13972533

h uart.h

char Uart_IntGetkey(void); void Error(void); void Error(void) __attribute__ ((interrupt ("IRQ"))); void Exint2(void) __attribute__ ((interrupt ("IRQ"))); void Test_B
www.eeworm.com/read/237020/13981166

h uart.h

#ifndef __UART__H #define __UART__H //初始化RS485通讯的流控制引脚 #define RS485_RD0_DDR DDRE #define RS485_RD0_PORT PORTE #define RS485_RD0_BIT (1