代码搜索:如何学习 UART?
找到约 10,000 项符合「如何学习 UART?」的源代码
代码结果 10,000
www.eeworm.com/read/415861/2131809
opc uart.opc
-g
-w 1
-I "..\IOH_MB90340_V3.0"
-O 0
-model SMALL
-c
-cwno
-cpu MB90F347A
www.eeworm.com/read/415861/2131810
opv uart.opv
-cwno
-o "C:\Softune\MB90340\UART\Debug\ABS\UART.mhx"
"C:\Softune\MB90340\UART\Debug\ABS\UART.abs"
www.eeworm.com/read/415861/2131811
opl 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
www.eeworm.com/read/414779/2142584
c 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; /
www.eeworm.com/read/414420/2147168
h 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
www.eeworm.com/read/414420/2147514
h uart.h
/*
* UART Masks
*/
#ifndef __BFIN_PERIPHERAL_UART__
#define __BFIN_PERIPHERAL_UART__
/* UARTx_LCR Masks */
#define WLS 0x03 /* Word Length Select */
#define WLS_5 0x00 /* 5 bit word */
#define
www.eeworm.com/read/414420/2147965
c uart.c
/*
* (C) Copyright 2004, Freescale, Inc
* TsiChung Liew, Tsi-Chung.Liew@freescale.com.
*
* See file CREDITS for list of people who contributed to this
* project.
*
* This program is free softwa
www.eeworm.com/read/414420/2151003
c uart.c
/*
* (C) Copyright 2002
* Wolfgang Denk, DENX Software Engineering, wd@denx.de.
*
* See file CREDITS for list of people who contributed to this
* project.
*
* This program is free software; you
www.eeworm.com/read/414420/2151012
c uart.c
/*
* (C) Copyright 2007
* Wolfgang Denk, DENX Software Engineering, wd@denx.de.
*
* Author: Igor Lisitsin
*
* See file CREDITS for list of people who contributed to this
* pr
www.eeworm.com/read/413203/2163918
h uart.h
#ifndef __UART_H__
#define __UART_H__
#include "../inc/macro.h"
#include "../ucos-ii/ucos_ii.h"
#define UART_REVBUFFER_SIZE 1024
typedef struct{
U8 Buffer[UART_REVBUFFER_SIZE];
OS_EVEN