代码搜索:UART
找到约 10,000 项符合「UART」的源代码
代码结果 10,000
www.eeworm.com/read/208123/4996916
c uart.c
//*****************************************************************************
//
// uart.c - Driver for the UART.
//
// Copyright (c) 2005,2006 Luminary Micro, Inc. All rights reserved.
//
//
www.eeworm.com/read/208123/4996991
h uart.h
//*****************************************************************************
//
// uart.h - Defines and Macros for the UART.
//
// Copyright (c) 2005,2006 Luminary Micro, Inc. All rights reser
www.eeworm.com/read/208123/4997017
h uart.h
//*****************************************************************************
//
// uart.h - Defines and Macros for the UART.
//
// Copyright (c) 2005,2006 Luminary Micro, Inc. All rights reser
www.eeworm.com/read/208123/4997036
c uart.c
//*****************************************************************************
//
// uart.c - Driver for the UART.
//
// Copyright (c) 2005,2006 Luminary Micro, Inc. All rights reserved.
//
//
www.eeworm.com/read/204103/5034529
h uart.h
char Uart_IntGetkey(void);
void Error(void);
void Error(void) __attribute__ ((interrupt ("IRQ")));
void Exint2(void) __attribute__ ((interrupt ("IRQ")));
void Test_B
www.eeworm.com/read/204103/5034530
c uart.c
/*********************************************************************************************
* File: main.c
* Author: embest
* Desc: c main entry
* History:
***********************************
www.eeworm.com/read/204101/5034564
c uart.c
//****************************************************************************
//
// UART.C - Routines for enabling the UARTs and sending/receiving data via
// them
//
// Copyright (c) 1
www.eeworm.com/read/203521/5040447
prj uart.prj
# Standard Project file created by RVDEBUG. Do not hand edit unless
# you know what you are doing. Use the Settings Window
# Copyright (c) 2002 - ARM Ltd
$sARM_C2.stp
[PROJECT]
author_=slim_jall
www.eeworm.com/read/202120/5054198
h uart.h
#ifndef __UART_H
#define __UART_H
#define F_CPU 8000000 /* 8Mhz */
#define UART_BAUD_RATE 19200 /* 2400 baud */
#define UART_BAUD_SELECT (F_CPU/(UART_BAUD_RATE*16l
www.eeworm.com/read/202120/5054206
c uart.c
#include //DVK040706
#include //DVK040706
#include //DVK040706
#include "uart.h"
//int TxDataLen = 0;
//char* pTxData = NULL;
//c