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

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

代码结果 10,000
www.eeworm.com/read/394899/8203339

h uart.h

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

vhd uart.vhd

--********************************************************************************************** -- UART Peripheral for the AVR Core -- Version 0.4 -- Modified 18.12.2002 -- Designed by Ruslan Lepete
www.eeworm.com/read/294788/8205791

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/294731/8209895

h uart.h

/*****************************************************/ /* File name : UART.h */ /* Description : header file for UART.c
www.eeworm.com/read/294731/8209898

c uart.c

/*****************************************************/ /* File name : UART.c */ /* Description : code for UART0 of m64/128
www.eeworm.com/read/294731/8209987

o uart.o

www.eeworm.com/read/294659/8212952

vhd uart.vhd

--文件名:UART.VHD --功 能:RS232通信 --说 明:该程序包含了波特率发生器、数据发生器、数据接收器3个部分 -- 和电脑连接起来通过“串口调试助手”可以测试数据的接收和发送 library IEEE; use IEEE.STD_LOGIC_1164.ALL; use IEEE.STD_LOGIC_ARITH.ALL
www.eeworm.com/read/193401/8233113

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/193401/8233203

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 c
www.eeworm.com/read/193401/8233251

o uart.o