代码搜索结果

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

uart1.h

#ifndef __UART1_H__ #define __UART1_H__ void Test_Uart1_Int(void); void Test_Uart1_Dma(void); void Test_Uart1_Fifo(void); void Test_Uart1_AfcTx(void); void Test_Uart1_AfcRx(void); #endif

uart2.h

#ifndef __UART2_H__ #define __UART2_H__ void Test_Uart2_Int(void); void Test_Uart2_Dma(void); void Test_Uart2_Fifo(void); #endif /*__UART2_H__*/

uart0.h

#ifndef __UART0_H__ #define __UART0_H__ #define UARTBUFFER _NONCACHE_STARTADDRESS #define TX_INTTYPE 1 //0:Tx interrupt type is pulse, 1:Tx interrupt type is level #define RX_INTTYPE 1 //0:Rx i

uart0.c

#include #include #include "2410addr.h" #include "2410lib.h" #include "def.h" #include "uart0.h" void Uart_Port_Set(void); void Uart_Port_Return(void); void __irq Uar

uart2.c

#include #include #include "2410addr.h" #include "2410lib.h" #include "def.h" #include "uart0.h" #include "uart2.h" void __irq Uart2_TxInt(void); void __irq Uart2_RxInt

uart0.c

#include // SFR declarations //sfr16 RCAP3 = 0xCA; // Timer3 reload value //sfr16 TMR3 = 0xCC; // Timer3 counter #define SY

hal_uart.h

void halUARTSetup(void); void blastString(char[], unsigned int);

hal_uart.c

#include "include.h" //---------------------------------------------------------------------------- // Functions for sending debug strings to a UART. Although the same interfaces // defined for

uart115200.c

#include void main(void) { WDTCTL = WDTPW + WDTHOLD; // Stop WDT FLL_CTL0|=XCAP14PF; UTCTL0=SSEL1; //UCLK=SMCLK UBR00=0x09;

uart.m51

BL51 BANKED LINKER/LOCATER V4.13 11/23/2003 09:24:55 PAGE 1 BL51 BANKED LINKER/LOCATER V4.13, INVOKED BY: C:\KEIL\C51\BIN\BL51.EXE UART.O