代码搜索结果
找到约 10,000 项符合
UART 的代码
uart0.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 {
uart1.c
#include
#include
#include "2410addr.h"
#include "2410lib.h"
#include "def.h"
#include "uart0.h"
#include "uart1.h"
void __irq Uart1_TxInt(void);
void __irq Uart1_RxInt
uart1.h
#ifndef __UART1_H__
#define __UART1_H__
void Test_Uart1_Int(void);
void Test_Uart1_Dma(void);
void Test_Uart1_Fifo(void);
void Test_Uart1_AfcTx(void);
void Test_Uart1_AfcRx(void);
#endif
uart2.h
#ifndef __UART2_H__
#define __UART2_H__
void Test_Uart2_Int(void);
void Test_Uart2_Dma(void);
void Test_Uart2_Fifo(void);
#endif /*__UART2_H__*/
uart1.err
"uart1.c", line 34: Warning: C2917W: no side effect in void context: 'unary *'
"uart1.c", line 41: Warning: C2917W: no side effect in void context: 'unary *'
"uart1.c", line 53: Warning:
uart0.err
"uart0.c", line 167: Warning: C2917W: no side effect in void context: 'unary *'
"uart0.c", line 174: Warning: C2917W: no side effect in void context: 'unary *'
"uart0.c", line 185: Warni