代码搜索结果

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

uart_to_twi.prj

[Compiler Options] Edit1=C:\icc\include\ Edit2=C:\icc\lib\ Edit8= CheckBox1=1 CheckBox2=1 Edit3= Edit4= Edit11=16 Edit13= ComboBox1=0 Edit9=8192 Edit10=1024 ComboBox2=5 RadioGroup1=0 Ed

uart_test.c

#include "csl_stdinc.h" #include "stdio.h" #include "stdlib.h" #include "c6x.h" //regs defined in CPLD #define ULF_REG *(volatile Uint8*)0xa0000000 #define NU_REG *(volat

uart0.h

//==================================================================== // File: UART0.h // // Version 1.0 first release for Application Report // 06/14/04 // //=========================

comms_uart.h

//==================================================================== // File: comms_uart.h // // Version 1.0 first release for Application Report // 06/04/04 // //====================

uart0.c

//==================================================================== // // ESP430CE1 Application Program Example // // This file contains the Basis Routines used by the UART and the ISR // f

comms_uart.c

//************************************************************************** // UART commmunication for the FE427 // // Stefan Schauer // Texas Instruments Freising // Date Com

uart0.h

#ifndef __UART0_H #define __UART0_H #include "type.h" #define IER_RBR 0x01 #define IER_THRE 0x02 #define IER_RLS 0x04 #define IIR_PEND 0x02 #define IIR_RLS 0x06 #define IIR_RDA 0x

uart0.c

//========================================================================// // 文件名: UART0.c // 作 者: xinqiang Zhang(小丑) (email: xinqiang@Mzdesign.com.cn) // 日 期: 2008/01/04 // 描 述: UART0模块的应用