代码搜索:AVR UART 232
找到约 10,000 项符合「AVR UART 232」的源代码
代码结果 10,000
www.eeworm.com/read/139053/5811306
c uart.c
/*--------------------------------------------------------------------------
* Copyright (c) 2001 by National Semiconductor Corporation
* All rights reserved.
*
www.eeworm.com/read/136849/5844092
h uart.h
/*******************************************************************************
*
* UART.H
*
* This module allows to use the UARTs of chipset 1.5 in interrupt mode.
* The driver calls a use
www.eeworm.com/read/136849/5844291
c uart.c
/*******************************************************************************
*
* UART.C
*
* This module allows to use the UARTs of chipset 1.5 in interrupt mode for
* the Receive side an
www.eeworm.com/read/136786/5864239
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/136786/5864466
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/136786/5866896
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/135941/5876841
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/135880/5877245
h uart.h
/*************************************************************************/
/* */
/* FILE NAME
www.eeworm.com/read/135880/5877246
c uart.c
#include
#include
#include
#include "std.h"
#include "snds.h"
#include "uart.h"
#include "isr.h"
#include "sysconf.h"
//#include
//#include "apdi
www.eeworm.com/read/132821/5909166
h uart.h
typedef struct {
unsigned int ctrl;
unsigned int reload;
} uart;