代码搜索:如何学习 UART?
找到约 10,000 项符合「如何学习 UART?」的源代码
代码结果 10,000
www.eeworm.com/read/403735/2309166
c uart.c
#include "config.h"
unsigned char Clock1s;
extern int SendChar (int ch);
void _ttywrch (int ch) { SendChar(ch); }
void _sys_exit (int return_code) { for (;;); }
int fputc (int ch,
www.eeworm.com/read/403179/2314925
h uart.h
#ifndef __UART_H__
#define __UART_H__
void Test_Uart0(void);
void Test_Uart0Fifo(void);
void Test_Uart1(void);
void Test_Uart1Fifo(void);
void Test_Uart0Range(void);
void Test_Uart1Max(void);
www.eeworm.com/read/403179/2314949
c uart.c
#include
#include
#include "..\inc\44b.h"
#include "..\inc\44blib.h"
#include "..\inc\def.h"
#include "..\inc\rtc.h"
#define KEY_BUFLEN 100
#define AFC_BUFLEN 0x100
#de
www.eeworm.com/read/402350/2324882
h uart.h
/******************************************************************************
* Filename : Uart.h *
* Start date :
www.eeworm.com/read/401201/2342503
asm uart.asm
;;*****************************************************************************
;;*****************************************************************************
;; Filename: UART.asm
;; Version:
www.eeworm.com/read/401201/2342524
h uart.h
//*****************************************************************************
//*****************************************************************************
// FILENAME: UART.h
// Version: 5.
www.eeworm.com/read/401201/2342531
inc uart.inc
;;*****************************************************************************
;;*****************************************************************************
;; FILENAME: UART.inc
;; Version:
www.eeworm.com/read/398684/2371332
h uart.h
#ifndef __UART_H__
#define __UART_H__
void Test_Uart0(void);
void Test_Uart0Fifo(void);
void Test_Uart1(void);
void Test_Uart1Fifo(void);
void __irq Uart0_TxFifoInt(void);
void __irq Uart0_
www.eeworm.com/read/398684/2371333
c uart.c
/****************************************************************
* ARMSYS S3C44B0X UART TEST *
****************************************************************
1.2005.4.23:ZXJ:
www.eeworm.com/read/398510/2377117
c uart.c
/******************** (C) COPYRIGHT 2003 STMicroelectronics ********************
* File Name : uart.c
* Author : MCD Application Team
* Date First Issued : 06/08/2003
* Descr