代码搜索结果
找到约 10,000 项符合
UART 的代码
uart.ewp
1
RAM_Debug_2468
ARM
uart.h
/*************************************************************************
*
* Used with ICCARM and AARM.
*
* (c) Copyright IAR Systems 2006
*
* File name : uart.h
* Descri
uart.c
/*************************************************************************
*
* Used with ICCARM and AARM.
*
* (c) Copyright IAR Systems 2006
*
* File name : uart.c
* Descri
uart.h
//*****************************************************************************
//
// uart.h - Defines and Macros for the UART.
//
// Copyright (c) 2005-2007 Luminary Micro, Inc. All rights reser
uart.c
//*****************************************************************************
//
// uart.c - Driver for the UART.
//
// Copyright (c) 2005-2007 Luminary Micro, Inc. All rights reserved.
//
/
uart.h
#ifndef __AT91_UART_H__
# define __AT91_UART_H__
# include "mytypes.h"
/* Main user interface */
int uart_init(U32 u, U32 baudRate, U32 dataBits, U32 stopBits, char parity);
void uart_close(U32 u)
uart.c
#include "mytypes.h"
#include "uart.h"
#include "interrupts.h"
#include "AT91SAM7.h"
#include "byte_fifo.h"
#include "aic.h"
#define N_UARTS 1
#define TX_FIFO_SIZE 64
#define RX_FIFO_SIZE 3
uart.c
/*********************************************************************
*
* UART access routines for C18 and C30
*
*********************************************************************
*
uart.h
/*********************************************************************
*
* UART access routines for C18 and C30
*
*********************************************************************
*
uart.c
/*********************************************************************
*
* UART access routines for C18 and C30
*
*********************************************************************
*