代码搜索:UART 有哪些应用?

找到约 10,000 项符合「UART 有哪些应用?」的源代码

代码结果 10,000
www.eeworm.com/read/387616/8663094

obj uart.obj

www.eeworm.com/read/387616/8663095

mak uart.mak

/************* Code Composer V1 Project Data ******************** The following section contains data generated by Code Composer to store project information like build options, source filenames
www.eeworm.com/read/387576/8664820

h uart.h

#ifndef __uart_h #define __uart_h void uart_init(void); UNS8 get_char(void); UNS8 get_char_no(void); void put_char(UNS8 ch); UNS8 get_ch(void); void put_str(UNS8 *pStr,UNS8 size); UNS16 ge
www.eeworm.com/read/387576/8664832

c uart.c

#include #include #include "bios.h" #include "uart.h" void uart_init(void) { // *pDMA7_PERIPHERAL_MAP=0x7000; //setting up the UART TX DMA regsiter *pUART_GCTL=
www.eeworm.com/read/287823/8666983

h uart.h

/***************************************************************************** * uart.h: Header file for Philips LPC214x Family Microprocessors * * Copyright(C) 2006, Philips Semiconductor
www.eeworm.com/read/287823/8666987

c uart.c

/***************************************************************************** * uart.c: UART API file for Philips LPC214x Family Microprocessors * * Copyright(C) 2006, Philips Semiconducto
www.eeworm.com/read/287823/8666991

opt uart.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 {
www.eeworm.com/read/387524/8668168

c uart.c

////////////////////////////////////////uart.c////////////////////////////// /////////////////////////////////file name :okiml674000//////////////////// ////////////////////////////////data:2005nia\
www.eeworm.com/read/287773/8669864

c uart.c

#include /* STM32F10x Library Definitions */ #include unsigned char Clock1s; extern int SendChar (int ch); void _ttywrch
www.eeworm.com/read/287773/8669913

crf uart.crf