代码搜索:AVR UART 232
找到约 10,000 项符合「AVR UART 232」的源代码
代码结果 10,000
www.eeworm.com/read/125388/6029458
c uart.c
#include
//#include
#include "..\..\inc\44b.h"
#include "..\..\inc\44blib.h"
#include "..\..\inc\def.h"
#include "..\..\inc\cputest\rtc.h"
#define KEY_BUFLEN 100
#define
www.eeworm.com/read/120747/6070973
c uart.c
#ifdef HAVE_CONFIG_H
# include
#endif
#include
#define XTAL 14745600
static int change_speed(int baud) {
int divisor = XTAL /(baud
www.eeworm.com/read/112392/6145278
h uart.h
// A general definition for the required UART functionality.
// This will be used to gain platform abstraction.
#ifndef _UART_H
#define _UART_H
// data types
typedef void* tUartHandle;
#define INVA
www.eeworm.com/read/110034/6166767
c uart.c
/*
* UART driver for 68360 CPM SCC or SMC
* Copyright (c) 2000 D. Jeff Dionne ,
* Copyright (c) 2000 Michael Leslie
* Copyright (c) 1997 Dan Malek
www.eeworm.com/read/110034/6168764
c uart.c
/*
* BK Id: SCCS/s.uart.c 1.23 12/29/01 14:50:03 trini
*/
/*
* UART driver for MPC860 CPM SCC or SMC
* Copyright (c) 1997 Dan Malek (dmalek@jlc.net)
*
* I used the serial.c driver as the frame
www.eeworm.com/read/110034/6168978
c uart.c
/*
* BK Id: SCCS/s.uart.c 1.13 12/29/01 14:50:03 trini
*/
/*
* UART driver for MPC8260 CPM SCC or SMC
* Copyright (c) 1999 Dan Malek (dmalek@jlc.net)
* Copyright (c) 2000 MontaVista Software,
www.eeworm.com/read/110034/6172020
serial_uart
The SA1100 serial port had its major/minor numbers officially assigned:
> Date: Sun, 24 Sep 2000 21:40:27 -0700
> From: H. Peter Anvin
> To: Nicolas Pitre
> Cc: Dev
www.eeworm.com/read/104960/6200810
h uart.h
/*************************************************************************/
/* */
/* FILE NAME
www.eeworm.com/read/104960/6200811
c uart.c
//#include
//#include
//#include
//#include "apdialog.h"
//#include "pollio.h"
#include "snds.h"
#include "uart.h"
#include "isr.h"
#include "sysconf.h"
#d
www.eeworm.com/read/102935/6227641
c uart.c
/*
* BK Id: %F% %I% %G% %U% %#%
*/
/*
* UART driver for MPC860 CPM SCC or SMC
* Copyright (c) 1997 Dan Malek (dmalek@jlc.net)
*
* I used the serial.c driver as the framework for this driver.