代码搜索:UART
找到约 10,000 项符合「UART」的源代码
代码结果 10,000
www.eeworm.com/read/479477/1332015
ld uart.ld
MEMORY
{
UNPLACED_SECTIONS (wx) : ORIGIN = 0x100000000, LENGTH = 0
Private_Peripheral_Bus (wx) : ORIGIN = 0xe0000000, LENGTH = 0x00100000
Peripherals (wx) : ORIGIN = 0x40020000, LENGTH = 0x0
www.eeworm.com/read/479477/1332016
map uart.map
Archive member included because of file (symbol)
C:/Program Files/Rowley Associates Limited/CrossWorks for ARM 1.6/samples\\Luminary_Stellaris_Driver_Library\\lib\\libdriver.a(gpio_GROUP_dirmodeset
www.eeworm.com/read/479477/1332017
d uart.d
THUMB\ Flash\ Debug/uart.o: D:/101cross/chapter4/4.4-2_uart-rcv/uart.c \
C:/Program\ Files/Rowley\ Associates\ Limited/CrossWorks\ for\ ARM\ 1.6/samples//Luminary_Stellaris_Driver_Library/hw_memmap
www.eeworm.com/read/479477/1332020
ld uart.ld
MEMORY
{
UNPLACED_SECTIONS (wx) : ORIGIN = 0x100000000, LENGTH = 0
Private_Peripheral_Bus (wx) : ORIGIN = 0xe0000000, LENGTH = 0x00100000
Peripherals (wx) : ORIGIN = 0x40020000, LENGTH = 0x0
www.eeworm.com/read/479477/1332021
map uart.map
Archive member included because of file (symbol)
C:/Program Files/Rowley Associates Limited/CrossWorks for ARM 1.6/samples\\Luminary_Stellaris_Driver_Library\\lib\\libdriver.a(gpio_GROUP_dirmodeset
www.eeworm.com/read/479035/1345801
c uart.c
//****************************************************************************************
//** 文件名:Uart.c
//** Copyright (c) 2002 Hard&SoftMcuStudio
//** 创建人:Hard&SoftMcuStudio
//** 日期:2002
www.eeworm.com/read/479035/1345804
h uart.h
#ifndef __UART_H_
#define __UART_H_
#include "../../ucos-ii/includes.h"
#define Uart0BaudRate (115200)
#define Uart1BaudRate (115200)
void __irq Uart0_RxInt(void);
void __irq Uart1_RxInt(void)
www.eeworm.com/read/477919/1355172
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/477919/1356913
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/477919/1356922
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