代码搜索:如何学习 UART?
找到约 10,000 项符合「如何学习 UART?」的源代码
代码结果 10,000
www.eeworm.com/read/369573/9639826
h uart.h
//uart header file
#ifdef UART_G
#define uart_ext
#else
#define uart_ext extern
#endif
#define printf UartPrintf
#define Uart_Printf UartPrintf
#define Uart_SendByte UartSen
www.eeworm.com/read/369573/9639833
c uart.c
/*---------------------------------------------------------------------------------
Project : Test for 2410
Author : Kreal@163.net
Creation Date : 04-04-15
Revision
www.eeworm.com/read/369500/9642333
h uart.h
/********************************************************************************************************/
#ifndef _UART_H_
#define _UART_H_
/*****************************************************
www.eeworm.com/read/369500/9642346
c uart.c
/****************************************Copyright (c)**************************************************
** Guangzou ZLG-MCU Development Co.,LTD.
**
www.eeworm.com/read/369500/9642375
o uart.o
www.eeworm.com/read/369456/9647772
crf uart.crf
www.eeworm.com/read/369456/9647804
d uart.d
.\debug_in_FLASH\uart.o: src\uart.c
.\debug_in_FLASH\uart.o: src\config.h
.\debug_in_FLASH\uart.o: src\LPC2294.h
.\debug_in_FLASH\uart.o: src\system.h
.\debug_in_FLASH\uart.o: src\target.h
.\debu
www.eeworm.com/read/369456/9647816
o uart.o
www.eeworm.com/read/369456/9647819
txt uart.txt
; generated by ARM/Thumb C/C++ Compiler with , RVCT3.1 [Build 919] for uVision
; commandline ArmCC [--debug -c --asm --interleave -o.\debug_in_FLASH\uart.o --depend=.\debug_in_FLASH\uart.d --device=D
www.eeworm.com/read/369456/9647845
i uart.i
#line 1 "src\\uart.c"
#line 1 "src\\config.h"
typedef unsigned char uint8;
typedef signed char int8;