代码搜索:如何学习 UART?
找到约 10,000 项符合「如何学习 UART?」的源代码
代码结果 10,000
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
www.eeworm.com/read/369575/9639733
c uart.c
/*---------------------------------------------------------------------------------
Project : Test for 2410
Author : Kreal@163.net
Creation Date : 04-04-15
Revision
www.eeworm.com/read/369575/9639761
o uart.o
www.eeworm.com/read/369573/9639823