代码搜索:UART 有哪些应用?

找到约 10,000 项符合「UART 有哪些应用?」的源代码

代码结果 10,000
www.eeworm.com/read/382153/9044937

hif uart.hif

Version 7.0 Build 33 02/05/2007 SJ Full Version 35 1922 OFF OFF OFF OFF ON FV_OFF Level2 0 0 VRSM_ON VHSM_ON 0 -- Start Partition -- -- End Partition -- -- Start Library Paths -- --
www.eeworm.com/read/382153/9044956

bdf uart.bdf

/* WARNING: Do NOT edit the input and output ports in this file in a text editor if you plan to continue editing the block that represents it in the Block Editor! File corruption is VERY likely to
www.eeworm.com/read/382153/9044959

vwf uart.vwf

/* WARNING: Do NOT edit the input and output ports in this file in a text editor if you plan to continue editing the block that represents it in the Block Editor! File corruption is VERY likely to
www.eeworm.com/read/283028/9046520

h uart.h

/***************************************************************************** * uart.h: Header file for Philips LPC214x Family Microprocessors * * Copyright(C) 2006, Philips Semiconductor
www.eeworm.com/read/283028/9046522

prj uart.prj

# Standard Project file created by RVDEBUG. Do not hand edit unless # you know what you are doing. Use the Settings Window # Copyright (c) 2002 - ARM Ltd $sARM_C22.stp [PROJECT] author_=USB00423
www.eeworm.com/read/283028/9046523

c uart.c

/***************************************************************************** * uart.c: UART API file for Philips LPC214x Family Microprocessors * * Copyright(C) 2006, Philips Semiconducto
www.eeworm.com/read/282993/9049441

cpp uart.cpp

#include #include #include #include #include #include "uart.h" int sfd = 0; void Uart_Init() { sfd = open("/tyCo/1", O_RDWR
www.eeworm.com/read/282993/9049442

h uart.h

#ifndef __UART_H__ #define __UART_H__ void Uart_Init(void); void Uart_Exit(void); int Uart_GetKey(char *data); int Uart_SendKey(char data); void idler(); #endif
www.eeworm.com/read/282848/9055996

h uart.h

#ifndef __UART_H__ #define __UART_H__ #define UART0_REVBUFFER_SIZE 1024 #define UART1_REVBUFFER_SIZE 1024 void OSInitUart(void); int OSReadUart0(U8 data[], int num, int ntimeout); void Ope
www.eeworm.com/read/282848/9056009

c uart.c

#include "..\startup\def.h" #include "..\startup\44b.h" #include "..\ucos-ii\includes.h" #include "isr.h" #include "uart.h" OS_EVENT *Uart0_Rev_mbox=NULL; //Uart0 receive ma