代码搜索结果
找到约 31,537 项符合
UART 的代码
uart.h
/******************** (C) COPYRIGHT 2003 STMicroelectronics ********************
* File Name : uart.h
* Author : MCD Application Team
* Date First Issued : 16/05/2003
* Descr
uart.c
/******************** (C) COPYRIGHT 2003 STMicroelectronics ********************
* File Name : uart.c
* Author : MCD Application Team
* Date First Issued : 06/08/2003
* Descr
uart.h
/*******************************************************************************************************
**UART.h
************************************************************************************
uart.h
/*! \file uart.h \brief UART driver with buffer support. */
//*****************************************************************************
//
// File Name : 'uart.h'
// Title : UART driver with
uart.c
/*! \file uart.c \brief UART driver with buffer support. */
// *****************************************************************************
//
// File Name : 'uart.c'
// Title : UART driver with
uart.c
#include
#include "UART.h"
void Init_CLK(void)
{
unsigned int i;
BCSCTL1 = 0X00; //将寄存器的内容清零
//XT2震荡器开启
//LFTX1工作在低频模式
//ACLK的分频因子为1
do
uart.jhd
MODULE uart DEFIN ..\..\..\uart_verilog\uart.v
SUBMODULE txmit
INSTANCE u2
SUBMODULE rcvr
INSTANCE u1
uart.tlg
Selecting top level module uart
@N: CG364 :"F:\CUSTMO~1\uart_verilog\rcvr.v":23:7:23:10|Synthesizing module rcvr
@N: CG364 :"F:\CUSTMO~1\uart_verilog\txmit.v":23:7:23:11|Synthesizing module txmit
uart.lst
ARM COMPILER V2.50a, UART 25/08/06 23:22:56 PAGE 1
ARM COMPILER V2.50a, COMPILATION OF MODULE UART
OBJECT MODULE PLACED IN
uart.pjt
; Code Composer Project File, Version 2.0 (do not modify or remove this line)
[Project Settings]
ProjectDir="E:\TDS2407EA\UART\"
ProjectType=Executable
CPUFamily=TMS320C24XX
Tool="Compiler"
To