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

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

代码结果 10,000
www.eeworm.com/read/107421/15607354

c uart.c

#undef MOD_GLOBALS #define MOD_COM #include "stdarg.h" #include "snds.h" #include "isr.h" #include "uart.h" #define rUARTLCON0 rULCONWL_0 | rSTOPBIT_0 | rULCON_PMD_0 | rCLKBIT_0 #def
www.eeworm.com/read/107421/15607428

o uart.o

www.eeworm.com/read/105420/15667619

h uart.h

/******************************************************************************************/ /*name: uart.h */ /*note: cs89712 uart macros and data structures
www.eeworm.com/read/105420/15667628

c uart.c

/******************************************************************************************/ /* Name:UART.C */ /* Note:Routines for enabling the UARTs and sending/receiving
www.eeworm.com/read/105420/15667640

o uart.o

www.eeworm.com/read/104908/15681709

c uart.c

/*************************************************************************/ /* */ /* FILE NAME
www.eeworm.com/read/104908/15681713

h uart.h

/*************************************************************************/ /* */ /* FILE NAME
www.eeworm.com/read/104899/15681791

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/104899/15681824

c uart.c

#include #include #include "..\..\inc\44b.h" #include "..\..\inc\44blib.h" #include "..\..\inc\def.h" #include "..\..\inc\cputest\rtc.h" #define KEY_BUFLEN 100 #define A
www.eeworm.com/read/104899/15681834

o uart.o