代码搜索结果
找到约 10,000 项符合
UART 的代码
uart.cmd
/*
* Copyright 2001 by Texas Instruments Incorporated.
* All rights reserved. Property of Texas Instruments Incorporated.
* Restricted rights to use, duplicate or disclose this code are
*
uart.c
#include
/*
* ======== main ========
*/
int s;
char *b;
void u_prinf(char *buf,int size);
/*void u_pintf(char *buf,int size)
{
b=buf;
s=size;
}
*/
void mai
uart.pjt
; Code Composer Project File, Version 2.0 (do not modify or remove this line)
[Project Settings]
ProjectName="uart"
ProjectDir="D:\guan\guanwin\des\des5402pp\UART5402\uart\"
ProjectType=Executab
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
uart.o
XL
H 5 areas 14 global symbols
M Uart.c
S push_gset2 Ref0000
S push_gset4 Ref0000
S pop_lset Ref0000
S pop_gset2 Ref0000
S pop_gset4 Ref0000
S push_lset Ref0000
A text size 1AE flags 0
S _ua
uart.s
.module Uart.c
.area data(ram, con, rel)
_put_done::
.blkb 1
.area idata
.byte 0
.area data(ram, con, rel)
_recv_done::
.blkb 1
.area idata
.byte 0
.area data(ram, con, rel)
_new
uart.lis
.module Uart.c
.area data(ram, con, rel)
0000 _put_done::
0000 .blkb 1
.area idata
0000 00