代码搜索:fpga uart
找到约 10,000 项符合「fpga uart」的源代码
代码结果 10,000
www.eeworm.com/read/404719/2301337
h uart.h
//*****************************************************************************
//
// uart.h - Defines and Macros for the UART.
//
// Copyright (c) 2005-2007 Luminary Micro, Inc. All rights reser
www.eeworm.com/read/404719/2301353
c uart.c
//*****************************************************************************
//
// uart.c - Driver for the UART.
//
// Copyright (c) 2005-2007 Luminary Micro, Inc. All rights reserved.
//
/
www.eeworm.com/read/403801/2308744
h uart.h
/******************************************************************************
* based on software from:
* Copyright 2004, R O SoftWare
* No guarantees, warrantees, or promises, implied or othe
www.eeworm.com/read/403801/2308747
c uart.c
/******************************************************************************
*
* $RCSfile: uart.c,v $
* $Revision: 1.1 $
*
* This module provides interface routines to the LPC ARM UARTs.
www.eeworm.com/read/403801/2308762
h uart.h
/******************************************************************************
* based on software from:
* Copyright 2004, R O SoftWare
* No guarantees, warrantees, or promises, implied or othe
www.eeworm.com/read/403801/2308764
c uart.c
/******************************************************************************
*
* $RCSfile: uart.c,v $
* $Revision: 1.1 $
*
* This module provides interface routines to the LPC ARM UARTs.
www.eeworm.com/read/403735/2309166
c uart.c
#include "config.h"
unsigned char Clock1s;
extern int SendChar (int ch);
void _ttywrch (int ch) { SendChar(ch); }
void _sys_exit (int return_code) { for (;;); }
int fputc (int ch,
www.eeworm.com/read/403179/2314925
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/403179/2314949
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/402350/2324882
h uart.h
/******************************************************************************
* Filename : Uart.h *
* Start date :