代码搜索结果

找到约 10,000 项符合 UART 的代码

uart.c

//***************************************************************************** // // uart.c - Driver for the UART. // // Copyright (c) 2005-2007 Luminary Micro, Inc. All rights reserved. // /

uart.h

/****************************************************************************** * based on software from: * Copyright 2004, R O SoftWare * No guarantees, warrantees, or promises, implied or othe

uart.c

/****************************************************************************** * * $RCSfile: uart.c,v $ * $Revision: 1.1 $ * * This module provides interface routines to the LPC ARM UARTs.

uart.h

/****************************************************************************** * based on software from: * Copyright 2004, R O SoftWare * No guarantees, warrantees, or promises, implied or othe

uart.c

/****************************************************************************** * * $RCSfile: uart.c,v $ * $Revision: 1.1 $ * * This module provides interface routines to the LPC ARM UARTs.

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,

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);

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

uart.h

/****************************************************************************** * Filename : Uart.h * * Start date :

uart.asm

;;***************************************************************************** ;;***************************************************************************** ;; Filename: UART.asm ;; Version: