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

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

代码结果 10,000
www.eeworm.com/read/369613/9638054

sct uart.sct

; ************************************************************* ; *** Scatter-Loading Description File generated by uVision *** ; ************************************************************* LR_
www.eeworm.com/read/369613/9638057

axf uart.axf

www.eeworm.com/read/369613/9638063

htm uart.htm

Static Call Graph - [E:\ARM study\uart\uart.axf] Static Call Graph for image E:\ARM
www.eeworm.com/read/369613/9638066

map uart.map

ARM Linker, RVCT3.0 [Build 951] for uVision [Full] ================================================================================ Section Cross References startup.o(STACK) refers (Speci
www.eeworm.com/read/369613/9638070

plg uart.plg

礦ision3 Build Log Project: E:\ARM study\uart\uart.uv2 Project File Date: 10/11/2008 Output: Build target 'Target 1' assembling Startup.s...
www.eeworm.com/read/173725/9638072

c uart.c

#include #include "board.h" #include "sdev.h" #include "uart.h" #include "bspspec.h" /* add by maold */ /* SMCMR */ #define UART_LOOPBACK (1
www.eeworm.com/read/369592/9638791

h uart.h

#ifndef UART_H #define UART_H 1 #include"stdio.h" //标准I/O输出函数 int usart_putchar(char c); //标准I/O输入函数 int usart_getchar(void); #endif
www.eeworm.com/read/369592/9638806

c uart.c

#include"comm.h" #include"uart.h" #include"twi.h" /*******************标准I/O功能****************开始********/ //标准I/O输出函数 int usart_putchar(char c) { if(c=='\n') usart_putchar('\r'); loop_
www.eeworm.com/read/369592/9638857

o uart.o

www.eeworm.com/read/369575/9639723

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