代码搜索:如何学习 UART?
找到约 10,000 项符合「如何学习 UART?」的源代码
代码结果 10,000
www.eeworm.com/read/281683/4113278
h 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)
www.eeworm.com/read/281683/4113296
c 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
www.eeworm.com/read/280396/4126586
c uart.c
/*********************************************************************
*
* UART access routines for C18 and C30
*
*********************************************************************
*
www.eeworm.com/read/280396/4126611
h uart.h
/*********************************************************************
*
* UART access routines for C18 and C30
*
*********************************************************************
*
www.eeworm.com/read/280396/4126634
c uart.c
/*********************************************************************
*
* UART access routines for C18 and C30
*
*********************************************************************
*
www.eeworm.com/read/280396/4126657
h uart.h
/*********************************************************************
*
* UART access routines for C18 and C30
*
*********************************************************************
*
www.eeworm.com/read/280396/4126682
c uart.c
/*********************************************************************
*
* UART access routines for C18 and C30
*
*********************************************************************
*
www.eeworm.com/read/280396/4126708
h uart.h
/*********************************************************************
*
* UART access routines for C18 and C30
*
*********************************************************************
*
www.eeworm.com/read/279937/4132115
cpp uart.cpp
/*----------------------------------------------------------------------------
* Copyright (c) 2001 by National Semiconductor Corporation
* National Semiconductor Corporation
* 2900 Semicondu
www.eeworm.com/read/279937/4132116
h uart.h
/*----------------------------------------------------------------------------
* Copyright (c) 2001 by National Semiconductor Corporation
* National Semiconductor Corporation
* 2900 Semicondu