代码搜索:如何学习 UART?

找到约 10,000 项符合「如何学习 UART?」的源代码

代码结果 10,000
www.eeworm.com/read/266022/4275826

h uart.h

#ifndef __UART_H__ #define __UART_H__ #define UART0_REVBUFFER_SIZE 1024 #define UART1_REVBUFFER_SIZE 1024 #endif //#ifndef __UART_H__
www.eeworm.com/read/266022/4275912

h uart.h

#ifndef __UART_H__ #define __UART_H__ #define UART0_REVBUFFER_SIZE 1024 #define UART1_REVBUFFER_SIZE 1024 #endif //#ifndef __UART_H__
www.eeworm.com/read/266022/4275972

h uart.h

#ifndef __UART_H__ #define __UART_H__ #define UART0_REVBUFFER_SIZE 1024 #define UART1_REVBUFFER_SIZE 1024 #endif //#ifndef __UART_H__
www.eeworm.com/read/266022/4276032

h uart.h

#ifndef __UART_H__ #define __UART_H__ #define UART0_REVBUFFER_SIZE 1024 #define UART1_REVBUFFER_SIZE 1024 #endif //#ifndef __UART_H__
www.eeworm.com/read/266022/4276092

h uart.h

#ifndef __UART_H__ #define __UART_H__ #define UART0_REVBUFFER_SIZE 1024 #define UART1_REVBUFFER_SIZE 1024 #endif //#ifndef __UART_H__
www.eeworm.com/read/266022/4276152

h uart.h

#ifndef __UART_H__ #define __UART_H__ #define UART0_REVBUFFER_SIZE 1024 #define UART1_REVBUFFER_SIZE 1024 #endif //#ifndef __UART_H__
www.eeworm.com/read/264868/4286866

c uart.c

/*************************************************************************/ /* */ /* FILE NAME
www.eeworm.com/read/264868/4286898

h uart.h

#ifndef __UART_H__ #define __UART_H__ #include "lwipopts.h" #include "hardware.h" // write your header here //parity check mode #define NO_PARITY 0 #define ODD_PARITY
www.eeworm.com/read/264267/4288415

h uart.h

#ifndef _UART_H #define _UART_H void UartSetBaud(U32 ch, U32 baud); char UartGetch(U32 ch); char UartGetkey(U32 ch); void UartPutch(U32 ch, U32 data); void UartPuts(U32 ch, char *pt); void Ua
www.eeworm.com/read/264267/4288495

h uart.h

#ifndef _UART_H #define _UART_H void UartSetBaud(U32 ch, U32 baud); char UartGetch(U32 ch); char UartGetkey(U32 ch); void UartPutch(U32 ch, U32 data); void UartPuts(U32 ch, char *pt); void Ua