代码搜索:fpga uart
找到约 10,000 项符合「fpga uart」的源代码
代码结果 10,000
www.eeworm.com/read/282522/4098561
h uart.h
/*************************************************************************
*
* Used with ICCARM and AARM.
*
* (c) Copyright IAR Systems 2006
*
* File name : uart.h
* Descri
www.eeworm.com/read/282522/4098564
c uart.c
/*************************************************************************
*
* Used with ICCARM and AARM.
*
* (c) Copyright IAR Systems 2006
*
* File name : uart.c
* Descri
www.eeworm.com/read/282522/4100848
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/282522/4100864
c uart.c
//*****************************************************************************
//
// uart.c - Driver for the UART.
//
// Copyright (c) 2005-2007 Luminary Micro, Inc. All rights reserved.
//
/
www.eeworm.com/read/281683/4113278
h uart.h
#ifndef __AT91_UART_H__
# define __AT91_UART_H__
# include "mytypes.h"
/* Main user interface */
int uart_init(U32 u, U32 baudRate, U32 dataBits, U32 stopBits, char parity);
void uart_close(U32 u)
www.eeworm.com/read/281683/4113296
c uart.c
#include "mytypes.h"
#include "uart.h"
#include "interrupts.h"
#include "AT91SAM7.h"
#include "byte_fifo.h"
#include "aic.h"
#define N_UARTS 1
#define TX_FIFO_SIZE 64
#define RX_FIFO_SIZE 3
www.eeworm.com/read/280396/4126586
c uart.c
/*********************************************************************
*
* UART access routines for C18 and C30
*
*********************************************************************
*
www.eeworm.com/read/280396/4126611
h uart.h
/*********************************************************************
*
* UART access routines for C18 and C30
*
*********************************************************************
*