代码搜索:fpga uart

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

代码结果 10,000
www.eeworm.com/read/288938/3997871

h uart.h

/******************************************************************************/ /******************************************************************************/ /* UART.H - TLC16C550C UART driver
www.eeworm.com/read/288341/4007620

h uart.h

/******************** (C) COPYRIGHT 2003 STMicroelectronics ******************** * File Name : uart.h * Author : MCD Application Team * Date First Issued : 16/05/2003 * Descr
www.eeworm.com/read/288341/4007648

c uart.c

/******************** (C) COPYRIGHT 2003 STMicroelectronics ******************** * File Name : uart.c * Author : MCD Application Team * Date First Issued : 06/08/2003 * Descr
www.eeworm.com/read/288341/4007660

h uart.h

/******************** (C) COPYRIGHT 2003 STMicroelectronics ******************** * File Name : uart.h * Author : MCD Application Team * Date First Issued : 16/05/2003 * Descr
www.eeworm.com/read/288341/4007688

c uart.c

/******************** (C) COPYRIGHT 2003 STMicroelectronics ******************** * File Name : uart.c * Author : MCD Application Team * Date First Issued : 06/08/2003 * Descr
www.eeworm.com/read/288260/4008601

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_EVEN
www.eeworm.com/read/287212/4025102

h uart.h

/**************************************************************************** * * MODULE: UART * * COMPONENT: uart.h,v * * VERSION: AT-Jenie_Release_v1_RC3 * *
www.eeworm.com/read/287212/4025104

c uart.c

/**************************************************************************** * * MODULE: UART * * COMPONENT: uart.c,v * * VERSION: AT-Jenie_Release_v1_RC3 * *
www.eeworm.com/read/286933/4031410

h uart.h

#ifndef UART_H #define UART_H typedef struct UartMode { uint8 datab ; uint8 stopb; uint8 parity; }UARTMODE ; extern uint8 rec_buf; extern uint8 rec_new; extern void __irq IRQ_UART
www.eeworm.com/read/286933/4031413

c uart.c

#include "config.h" uint8 i2c_rec_buf; uint8 i2c_rec_new; void __irq IRQ_UART0(void) { uint8 i; if((U0IIR & 0x0F) == 0x04) { i2c_rec_new = 1; i2c_rec_buf = U0RBR; } i = U0I