代码搜索:UART
找到约 10,000 项符合「UART」的源代码
代码结果 10,000
www.eeworm.com/read/219809/4846184
in uart2.in
bool 'Enable secondary UART ' CONFIG_UART2_ENABLE
if [ "$CONFIG_UART2_ENABLE" = "y" ]; then
choice 'UART2 FIFO depth' \
"1 CONFIG_UA2_FIFO1 \
2 CONFIG_UA2_FIFO2
www.eeworm.com/read/219809/4846186
vhd uart.vhd
------------------------------------------------------------------------------
-- This file is a part of the GRLIB VHDL IP LIBRARY
-- Copyright (C) 2003, Gaisler Research
--
-- This program is free
www.eeworm.com/read/219809/4846189
in uart1.in
bool 'Enable console UART ' CONFIG_UART1_ENABLE
if [ "$CONFIG_UART1_ENABLE" = "y" ]; then
choice 'UART1 FIFO depth' \
"1 CONFIG_UA1_FIFO1 \
2 CONFIG_UA1_FIFO2
www.eeworm.com/read/217178/4875155
c uart.c
//Description : The description of Function Pointer sholud be under 15 characters
#include "system.h"
#include "Uart.h"
#define UART0_REG ( UART_REGS *)UART_REG_BASE // Uart 0 register
www.eeworm.com/read/217178/4875157
h uart.h
#ifndef __UART_H__
#define __UART_H__
#ifdef __cplusplus
extern "C" {
#endif
void Test_UART(void);
#ifdef __cplusplus
}
#endif
#endif /*__UART_H__*/
www.eeworm.com/read/216245/4897857
h uart.h
/******************************************************************************************
** 文件名称:UART.h
** 文件描述:LPC2103 UART操作软件包头文件。
** 文件说明:软件包中缺少Modem的操作部分。
*********************************
www.eeworm.com/read/216245/4897858
c uart.c
/******************************************************************************************
** 文件名称:UART.c
** 文件描述:LPC2103 UART操作软件包。
** 文件说明:软件包中缺少Modem的操作部分。
************************************
www.eeworm.com/read/216245/4897962
h uart.h
/******************************************************************************************
** 文件名称:UART.h
** 文件描述:LPC2103 UART操作软件包头文件。
** 文件说明:软件包中缺少Modem的操作部分。
*********************************
www.eeworm.com/read/216245/4897963
c uart.c
/******************************************************************************************
** 文件名称:UART.c
** 文件描述:LPC2103 UART操作软件包。
** 文件说明:软件包中缺少Modem的操作部分。
************************************
www.eeworm.com/read/216245/4898178
__i uart.__i
-c --device DARMP -g -O1 --apcs=interwork -I. -I.\src -I..\..\LPC2103_Software_Package\ADC -I..\..\LPC2103_Software_Package\UART -I "C:\Keil\ARM\INC\Philips" -o ".\uart.o" "..\..\LPC2103_Software_Pack