代码搜索:UART
找到约 10,000 项符合「UART」的源代码
代码结果 10,000
www.eeworm.com/read/449931/7493836
npl uart.npl
JDF F
// Created by Project Navigator ver 1.0
PROJECT UART
DESIGN uart Normal
DEVFAM spartan2
DEVFAMTIME 0
DEVICE xc2s15
DEVICETIME 0
DEVPKG cs144
DEVPKGTIME 0
DEVSPEED -6
DEVSPEEDTIME 0
F
www.eeworm.com/read/449830/7495950
c uart.c
/* Standard includes. */
#include
#include
#include
#include
/* Scheduler includes. */
#include "FreeRTOS.h"
#include "task.h"
/* applicati
www.eeworm.com/read/449830/7495998
o uart.o
www.eeworm.com/read/449648/7499120
h uart.h
#ifndef _UART_H
#define _UART_H
void UartSetBaud(U32 ch, U32 baud);
char UartGetch(U32 ch);
char UartGetkey(U32 ch);
void UartPutch(U32 ch, U32 data);
void UartPuts(U32 ch, char *pt);
void Ua
www.eeworm.com/read/449522/7501682
h uart.h
/*****************************************************************************
* uart.h: Header file for Philips LPC214x Family Microprocessors
*
* Copyright(C) 2006, Philips Semiconductor
www.eeworm.com/read/449522/7501683
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/449522/7501684
c uart.c
/*****************************************************************************
* uart.c: UART API file for Philips LPC214x Family Microprocessors
*
* Copyright(C) 2006, Philips Semiconducto
www.eeworm.com/read/449229/7516700
cmd uart.cmd
-w
-l rts6400.lib
-stack 400h
-heap 400h
MEMORY
{
BOOT_RAM : o=0,l=800h
VECS : o=800h,l=800h
IRAM : o=1000h,l=0x0002efff
}
SECTIONS
{
.bootload :> BOOT_RAM
www.eeworm.com/read/449229/7516701
h uart.h
/*
* Copyright (C) 2005 Zhongxon Incorporated
* All Rights Reserved
*/
/*
*---------uart.h---------*/
/******************************************************************************/
/*A通
www.eeworm.com/read/449229/7516702
c uart.c
/*
* Copyright (C) 2005 Zhongxon Incorporated
* All Rights Reserved
*/
/*
*---------uart.c---------*/
#include
//#include
#include "uart.h"
//#pragma DATA_SECTION(co