代码搜索:UART 有哪些应用?

找到约 10,000 项符合「UART 有哪些应用?」的源代码

代码结果 10,000
www.eeworm.com/read/288419/8633992

h uart.h

#ifndef __UART_H__ #define __UART_H__ void Test_Uart0(void); void Test_Uart0Fifo(void); void Test_Uart1(void); void Test_Uart1Fifo(void); void Test_Uart0Range(void); void Test_Uart1Max(void);
www.eeworm.com/read/288419/8634115

c uart.c

#include #include #include "..\inc\44b.h" #include "..\inc\44blib.h" #include "..\inc\def.h" #include "..\inc\rtc.h" #define KEY_BUFLEN 100 #define AFC_BUFLEN 0x100 #de
www.eeworm.com/read/288383/8637257

paf uart.paf

www.eeworm.com/read/288383/8637266

cmd uart.cmd

-w -stack 400h -heap 100 -l rts.lib MEMORY { PAGE 0: VECT : o=80h,l=80h PRAM : o=100h,l=1f00h PAGE 1: DRAM : o=2000h,l=1000h } SECTIONS { .text : {}> PRAM
www.eeworm.com/read/288383/8637269

pjt uart.pjt

; Code Composer Project File, Version 2.0 (do not modify or remove this line) [Project Settings] ProjectDir="c:\icetek-vc5416-edulab\lab0308-UART\" ProjectType=Executable CPUFamily=TMS320C54XX
www.eeworm.com/read/288383/8637284

c uart.c

///////////////////////////////////////////////// // Example For ICETEK-VC5416-EDU // // CTR Version : V4 // // Filename: Uart.c
www.eeworm.com/read/288263/8645571

h uart.h

#include "inc/macro.h" //void Uart_SendByten(int,U8); void Uart_SendByten(int Uartnum, U8 data); char Uart_Getchn(char* Revdata, int Uartnum, int timeout);
www.eeworm.com/read/288263/8645630

c uart.c

#define TRUE 1 #define FALSE 0 #define rUTRSTAT0 (*(volatile unsigned *)0x50000010) #define rUTRSTAT1 (*(volatile unsigned *)0x50004010) #define WrUTXH0(ch) (*(volatile unsigned char *)0x5000002
www.eeworm.com/read/288247/8646276

sch uart.sch

www.eeworm.com/read/387917/8646877

obj uart.obj