代码搜索:fpga uart
找到约 10,000 项符合「fpga uart」的源代码
代码结果 10,000
www.eeworm.com/read/385891/2579956
c uart.c
/*
* BK Id: SCCS/s.uart.c 1.13 12/29/01 14:50:03 trini
*/
/*
* UART driver for MPC8260 CPM SCC or SMC
* Copyright (c) 1999 Dan Malek (dmalek@jlc.net)
* Copyright (c) 2000 MontaVista Software,
www.eeworm.com/read/385891/2583059
serial_uart
The SA1100 serial port had its major/minor numbers officially assigned:
> Date: Sun, 24 Sep 2000 21:40:27 -0700
> From: H. Peter Anvin
> To: Nicolas Pitre
> Cc: Dev
www.eeworm.com/read/385880/2583305
c uart.c
/******************************************************
* 文件名称:uart.c
* 文件说明:
* RS232通迅使用的UART0 模块
*****************************************************/
#ifndef MSP430XF449_H
#include
www.eeworm.com/read/383333/2618365
h uart.h
#ifndef UART_H
#define UART_H
//macro and definition
#define UART_NUM 2
#define UART0 1
#define UART1 2
#define UART_ALL ( UART0 | UART1 )
//#define MAX_SEND_BUF 1024
#define MAX_REC
www.eeworm.com/read/383333/2618476
h uart.h
#ifndef UART_H
#define UART_H
//macro and definition
#define UART_NUM 2
#define UART0 1
#define UART1 2
#define UART_ALL ( UART0 | UART1 )
//#define MAX_SEND_BUF 1024
#define MAX_RECE
www.eeworm.com/read/383333/2618489
h uart.h
#ifndef UART_H
#define UART_H
//macro and definition
//#define MAX_SEND_BUF 1024
#define MAX_RECEIVE_BUF 1024
//for test
#define MAX_SEND_BUF 18
//#define MAX_RECEIVE_BUF 40
//--- e
www.eeworm.com/read/382606/2628810
c uart.c
//****************************************************************************************
//** 文件名:Uart.c
//** Copyright (c) 2002 Hard&SoftMcuStudio
//** 创建人:Hard&SoftMcuStudio
//** 日期:2002
www.eeworm.com/read/382606/2628813
h uart.h
#ifndef __UART_H_
#define __UART_H_
#include "../../ucos-ii/includes.h"
#define Uart0BaudRate (115200)
#define Uart1BaudRate (115200)
void __irq Uart0_RxInt(void);
void __irq Uart1_RxInt(void)
www.eeworm.com/read/381929/2639447
h uart_if.h
/*
================================================================================
* @file UART_IF.h
* @brief UART interface module
* @author 2006/03/29 Michiru Kagaya
* Copyright (C)SEIKO EP
www.eeworm.com/read/381929/2639452
c uart_if.c
/*
================================================================================
* @file UART_IF.c
* @brief UART interface module
* @author 2006/03/29 Michiru Kagaya
* Copyright (C)SEIKO EP