代码搜索结果
找到约 10,000 项符合
UART 的代码
uart_rec.ld
OUTPUT_ARCH(arm)
ENTRY(stext)
SECTIONS
{
.text 0x00400000 : { /* Real text segment */
_text = .; /* Text and read-only data */
*(.text)
*(.rodata)
. = ALIGN(4);
_etext = .; /* End of te
uart_rec.c
#include "console.h"
#include "utils.h"
#include "bios.h"
unsigned long exactnum(int number,int degree,int flag)
{
int i=0;
unsigned long value=1;
for(i=1;i
uart_driver.h
/*
;************************************************************************************************************
;* 北京精仪达盛科技有限公司
;* 研 发
uart_driver.c
/*
;************************************************************************************************************
;* 北京精仪达盛科技有限公司
;* 研 发
uart_test.c
/*********************************************************************************************
* File: uart_communication.c
* Author: embest
* Desc: uart test file
* History:
* R.X.Huang, Prog
uart_test.opt
### uVision2 Project, (C) Keil Software
### Do not modify !
cExt (*.c)
aExt (*.s*; *.src; *.a*)
oExt (*.obj)
lExt (*.lib)
tExt (*.txt; *.h; *.inc)
pExt (*.plm)
CppX (*.cpp)
DaveTm {
uart_test.h
#ifndef __uart_test_h__
#define __uart_test_h__
#include "2410addr.h"
#include "2410lib.h"
void uart0_test(void);
#endif