代码搜索结果
找到约 10,000 项符合
UART 的代码
uart.cmd
/*
* Copyright 2005 by Spectrum Digital Incorporated.
* All rights reserved. Property of Spectrum Digital Incorporated.
*
* Not for distribution.
*/
/*
* Linker command file for Da
uart.cmd
/*
* Copyright 2005 by Spectrum Digital Incorporated.
* All rights reserved. Property of Spectrum Digital Incorporated.
*
* Not for distribution.
*/
/*
* Linker command file for Da
uart.pjt
; Code Composer Project File, Version 2.0 (do not modify or remove this line)
[Project Settings]
ProjectDir="$(Install_dir)\boards\davincievm\examples\uart\"
ProjectType=Executable
CPUFamily=TMS
uart.map
******************************************************************************
TMS470 COFF Linker PC v4.1.4
*******************************************************
uart.h
/*
* File: uart.h
* Purpose: Provide common ColdFire UART routines for polled serial IO
*
* Notes:
*/
#ifndef __UART_H__
#define __UART_H__
/*************************************
uart.c
/*
* File: uart.c
* Purpose: Provide common ColdFire UART routines for serial IO
*
* Notes:
*
*/
#include "common.h"
#include "uart.h"
/*
* To do -
uart.h
//*****************************************************************************
//
// uart.h - Defines and Macros for the UART.
//
// Copyright (c) 2005-2007 Luminary Micro, Inc. All rights reser
uart.c
//*****************************************************************************
//
// uart.c - Driver for the UART.
//
// Copyright (c) 2005-2007 Luminary Micro, Inc. All rights reserved.
//
/
uart.h
//*****************************************************************************
//
// uart.h - Defines and Macros for the UART.
//
// Copyright (c) 2005-2007 Luminary Micro, Inc. All rights reser
uart.c
//*****************************************************************************
//
// uart.c - Driver for the UART.
//
// Copyright (c) 2005-2007 Luminary Micro, Inc. All rights reserved.
//
/