代码搜索:UART 有哪些应用?
找到约 10,000 项符合「UART 有哪些应用?」的源代码
代码结果 10,000
www.eeworm.com/read/287773/8669945
d uart.d
..\obj\uart.o: uart.c
..\obj\uart.o: ..\..\library\inc\stm32f10x_lib.h
..\obj\uart.o: ..\..\library\inc\stm32f10x_map.h
..\obj\uart.o: ..\uvsion\stm32f10x_conf.h
..\obj\uart.o: ..\..\library\inc\s
www.eeworm.com/read/287771/8670068
c uart.c
#include /* STM32F10x Library Definitions */
#include
extern unsigned char Clock1s;
extern int SendChar (int ch);
void _t
www.eeworm.com/read/287771/8670157
crf uart.crf
www.eeworm.com/read/287771/8670188
d uart.d
..\obj\uart.o: uart.c
..\obj\uart.o: ..\..\library\inc\stm32f10x_lib.h
..\obj\uart.o: ..\..\library\inc\stm32f10x_map.h
..\obj\uart.o: ..\uvsion\stm32f10x_conf.h
..\obj\uart.o: ..\..\library\inc\s
www.eeworm.com/read/287771/8670201
o uart.o
www.eeworm.com/read/287545/8683093
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/287545/8683114
c uart.c
/*---------------------------------------------------------------------------------
Project : Test for 2410
Author : Kreal@163.net
Creation Date : 04-04-15
Revision
www.eeworm.com/read/387417/8685102
npl uart.npl
JDF F
// Created by Project Navigator ver 1.0
PROJECT UART
DESIGN uart Normal
DEVFAM spartan2
DEVFAMTIME 0
DEVICE xc2s15
DEVICETIME 0
DEVPKG cs144
DEVPKGTIME 0
DEVSPEED -6
DEVSPEEDTIME 0
F
www.eeworm.com/read/431270/8692572
h uart.h
#ifndef _UART_H
#define _UART_H
void UartSetBaud(U32 ch, U32 baud);
char UartGetch(U32 ch);
char UartGetkey(U32 ch);
void UartPutch(U32 ch, U32 data);
void UartPuts(U32 ch, char *pt);
void Ua