代码搜索结果

找到约 10,000 项符合 UART 的代码

uart.pss

| 62aae209c1fa9b590be806abbe17d19 txd:inst1 51ddca4f86f6e47b1eaba3ef41b3c3bc fre:inst4 683bce4f669aaa016bbe4465c59081 rxd:inst 837718473d7de9ed5a037f4677d12a6

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 -- --

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

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

uart.h

/***************************************************************************** * uart.h: Header file for Philips LPC214x Family Microprocessors * * Copyright(C) 2006, Philips Semiconductor

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

uart.c

/***************************************************************************** * uart.c: UART API file for Philips LPC214x Family Microprocessors * * Copyright(C) 2006, Philips Semiconducto

uart.cpp

#include #include #include #include #include #include "uart.h" int sfd = 0; void Uart_Init() { sfd = open("/tyCo/1", O_RDWR

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