代码搜索:UART

找到约 10,000 项符合「UART」的源代码

代码结果 10,000
www.eeworm.com/read/232878/4695946

h uart.h

#ifndef _UART_H #define _UART_H #define RBR 0*4 #define THR 0*4 #define IER 1*4 #define IIR 2*4 #define FCR 2*4 #define LCR 3*4
www.eeworm.com/read/232878/4695949

c uart.c

#include "config.h" #include "uart.h" #include "libvic.h" #include "harder.h" #include "Includes.h" #include "COMMRTOS.h" typedef unsigned char uchar; typedef unsigned int uint; stati
www.eeworm.com/read/232817/4696060

c uart.c

/****************************************************************************** * * * **********
www.eeworm.com/read/232461/4698744

h uart.h

#ifndef _UART_H #define _UART_H #define RBR 0*4 #define THR 0*4 #define IER 1*4 #define IIR 2*4 #define FCR 2*4 #define LCR 3*4
www.eeworm.com/read/232461/4698747

c uart.c

#include "config.h" #include "uart.h" #include "libvic.h" #include "harder.h" #include "Includes.h" #include "COMMRTOS.h" typedef unsigned char uchar; typedef unsigned int uint; stati
www.eeworm.com/read/232428/4698797

gpj uart.gpj

#!gbuild [Subproject] src\drivers\uart\uart.c src\drivers\uart\uart.h
www.eeworm.com/read/232428/4698817

h uart.h

/* * File: uart.h * Purpose: Provide common ColdFire UART routines for polled serial IO * * Notes: */ #ifndef __UART_H__ #define __UART_H__ /*************************************
www.eeworm.com/read/232428/4698818

c uart.c

/* * File: uart.c * Purpose: Provide common ColdFire UART routines for serial IO * * Notes: * */ #include "common.h" #include "uart/uart.h" /* * To
www.eeworm.com/read/232198/4704094

asm uart.asm

//========================================================================================================// // 程序名称:uart.asm // 功能描述:实现RS232通讯的UART初始化和UART的读写 // 日 期: //=======================
www.eeworm.com/read/231942/4707086

h uart.h

//***************************************************************************** // // uart.h - Defines and Macros for the UART. // // Copyright (c) 2005-2007 Luminary Micro, Inc. All rights reser