代码搜索:fpga uart

找到约 10,000 项符合「fpga uart」的源代码

代码结果 10,000
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
www.eeworm.com/read/378206/2687669

h uart.h

#ifndef __UART_H__ #define __UART_H__ #include "../inc/marco.h" #include "../ucos-ii/ucos_ii.h" #define UART_REVBUFFER_SIZE 128 #define UART_SNDBUFFER_SIZE 128 typedef int (*uart_write_fun
www.eeworm.com/read/378206/2687681

c uart.c

/***************************************************************************\ Copyright (c) 2004-2007 threewater@up-tech.com, All rights reserved. by threewter 2004.4.26 \************************
www.eeworm.com/read/376305/2711600

h uart.h

typedef struct { unsigned int ctrl; unsigned int reload; } uart;
www.eeworm.com/read/376305/2711601

c uart.c