代码搜索:fpga uart

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

代码结果 10,000
www.eeworm.com/read/275493/4175877

h uart.h

/*#ifndef __UART_H__ #define __UART_H__ #define UART_REVBUFFER_SIZE 1024 typedef struct{ U8 Buffer[UART_REVBUFFER_SIZE]; OS_EVENT *Uart_Rev_mbox; //Uart0 receive mail
www.eeworm.com/read/275493/4175890

h uart.h

#include "../inc/macro.h" //void Uart_SendByten(int,U8); void Uart_SendByten(int Uartnum, U8 data); char Uart_Getchn(char* Revdata, int Uartnum, int timeout);
www.eeworm.com/read/275493/4175911

c uart.c

#define TRUE 1 #define FALSE 0 #define rUTRSTAT0 (*(volatile unsigned *)0x50000010) #define rUTRSTAT1 (*(volatile unsigned *)0x50004010) #define WrUTXH0(ch) (*(volatile unsigned char *)0x5000002
www.eeworm.com/read/275493/4175937

h uart.h

#ifndef __UART_H__ #define __UART_H__ #include "../inc/macro.h" //#include "../ucos-ii/ucos_ii.h" #define UART_REVBUFFER_SIZE 1024 /*typedef struct{ U8 Buffer[UART_REVBUFFER_SIZE]; OS_
www.eeworm.com/read/274897/4180358

h uart.h

/******************************************************************** Header for UART module library functions ********************************************************************/
www.eeworm.com/read/273740/4195684

c uart.c

/* * BK Id: SCCS/s.uart.c 1.23 12/29/01 14:50:03 trini */ /* * UART driver for MPC860 CPM SCC or SMC * Copyright (c) 1997 Dan Malek (dmalek@jlc.net) * * I used the serial.c driver as the frame
www.eeworm.com/read/273740/4195912

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/273740/4199261

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/273176/4212956

c uart.c

/****************************************************************************** * * * **********
www.eeworm.com/read/272135/4217827

c uart.c

/* * file: * uart.c * description: * uart controller code. */ void uart_ctrl_init(unsigned long pclk, int baudrate) { int i; /* enable dbgu rx/tx */ *AT91C_PIOA_P