代码搜索:如何学习 UART?

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

代码结果 10,000
www.eeworm.com/read/386001/2577245

h uart.h

#ifndef __UART_H__ #define __UART_H__ #define UART0_REVBUFFER_SIZE 1024 #define UART1_REVBUFFER_SIZE 1024 void OSInitUart(void); int OSReadUart0(U8 data[], int num, int ntimeout); void Ope
www.eeworm.com/read/386001/2577289

h uart.h

#ifndef __UART_H__ #define __UART_H__ #define UART0_REVBUFFER_SIZE 1024 #define UART1_REVBUFFER_SIZE 1024 void OSInitUart(void); int OSReadUart0(U8 data[], int num, int ntimeout); void Ope
www.eeworm.com/read/386001/2577408

h uart.h

#ifndef __UART_H__ #define __UART_H__ #define UART0_REVBUFFER_SIZE 1024 #define UART1_REVBUFFER_SIZE 1024 void OSInitUart(void); int OSReadUart0(U8 data[], int num, int ntimeout); void Ope
www.eeworm.com/read/385891/2579729

c uart.c

/* * BK Id: SCCS/s.uart.c 1.23 12/29/01 14:50:03 trini */ /* * UART driver for MPC860 CPM SCC or SMC * Copyright (c) 1997 Dan Malek (dmalek@jlc.net) * * I used the serial.c driver as the frame
www.eeworm.com/read/385891/2579956

c uart.c

/* * BK Id: SCCS/s.uart.c 1.13 12/29/01 14:50:03 trini */ /* * UART driver for MPC8260 CPM SCC or SMC * Copyright (c) 1999 Dan Malek (dmalek@jlc.net) * Copyright (c) 2000 MontaVista Software,
www.eeworm.com/read/385891/2583059

serial_uart

The SA1100 serial port had its major/minor numbers officially assigned: > Date: Sun, 24 Sep 2000 21:40:27 -0700 > From: H. Peter Anvin > To: Nicolas Pitre > Cc: Dev
www.eeworm.com/read/385880/2583305

c uart.c

/****************************************************** * 文件名称:uart.c * 文件说明: * RS232通迅使用的UART0 模块 *****************************************************/ #ifndef MSP430XF449_H #include
www.eeworm.com/read/383333/2618365

h uart.h

#ifndef UART_H #define UART_H //macro and definition #define UART_NUM 2 #define UART0 1 #define UART1 2 #define UART_ALL ( UART0 | UART1 ) //#define MAX_SEND_BUF 1024 #define MAX_REC
www.eeworm.com/read/383333/2618476

h uart.h

#ifndef UART_H #define UART_H //macro and definition #define UART_NUM 2 #define UART0 1 #define UART1 2 #define UART_ALL ( UART0 | UART1 ) //#define MAX_SEND_BUF 1024 #define MAX_RECE
www.eeworm.com/read/383333/2618489

h uart.h

#ifndef UART_H #define UART_H //macro and definition //#define MAX_SEND_BUF 1024 #define MAX_RECEIVE_BUF 1024 //for test #define MAX_SEND_BUF 18 //#define MAX_RECEIVE_BUF 40 //--- e