代码搜索结果

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

uart.stk

@D:\kongou\MAE\soft\sample_soft\200803_Sample\MB91635\MF_UART_91635\uart.c # E=Extern S=Static I=Interrupt # {Stack} {E|S|I} {function name} [A] # -> {E|S} {call function} #

uart.asm

// FR Family SOFTUNE cpcom V65L04 .program "uart" .library "lib911.lib" ._LANGUAGE C_FR20, N, U, F ._FILE "D:\kongou\MAE\soft\sample_soft\200803_Sample\MB91635\MF_UART_91635\uart.c", 0 .

uart.mhx

S007000055415254BC S214FE00000A001A0742016F14242042006F124AFEAD S214FE0010174724DF42FE6F1142006F10A800004A09 S214FE002000014ABC026E0642FE6F1142006F10A827 S214FE003000004A08014ABC026E0642FE6F114200

uart.opa

-g -w 2 -linf ON -lsrc ON -lsec ON -lcros OFF -linc ON -lexp OBJ -pl 60 -pw 100 -tab 8 -cwno -cpu MB90F347A

uart.opb

-dt s,d,r,a -pl 60 -pw 132 -g -cwno -cpu MB90F347A "C:\Softune\MB90340\UART\Debug\ABS\UART.abs" -a "C:\Softune\MB90340\UART\Debug\OBJ\start904m.obj" -a "C:\Softune\MB90340\UART\Debug\OBJ\Uart_

uart.opc

-g -w 1 -I "..\IOH_MB90340_V3.0" -O 0 -model SMALL -c -cwno -cpu MB90F347A

uart.opv

-cwno -o "C:\Softune\MB90340\UART\Debug\ABS\UART.mhx" "C:\Softune\MB90340\UART\Debug\ABS\UART.abs"

uart.opl

-g -AL 2 -ro _INROM01=0xFE0000/0xFFFFFF -ra _INRAM01=0x000100/0x0018FF -sc STACK/BYTE=0x001700 -check_rora -check_locate -rg 0 -m "C:\Softune\MB90340\UART\Debug\LST\UART.mp1" -pl 60 -pw 132

uart.c

#include #include "2440addr.h" void Uart_Init(int baud) { int i; rUFCON0 = 0x0; //UART channel 0 FIFO control register, FIFO disable //UART0 rULCON0 = 0x3; /

uart.h

/* * uart.h -- ColdFire internal UART support defines. * * Copyright (C) 2004-2007 Freescale Semiconductor, Inc. * TsiChung Liew (Tsi-Chung.Liew@freescale.com) * * See file CREDITS for list of p