代码搜索:如何学习 UART?

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

代码结果 10,000
www.eeworm.com/read/390394/2528627

c uart.c

/******************************************************************************* Filename: uart.c Target: cc2430 Revised: 16/12-2005 Revision: 1.0 Description: Reads in
www.eeworm.com/read/390393/2528704

c uart.c

/****************************************************************************** Filename: uart.c Target: cc2430 Revised: 16/12-2005 Revision: 1.0 Description: Reads in d
www.eeworm.com/read/389098/2544056

c uart.c

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

c uart.c

/******************************************************************************* Filename: uart.c Target: cc2430 Revised: 16/12-2005 Revision: 1.0 Description: Reads in
www.eeworm.com/read/386455/2571237

h uart.h

#ifndef __UART_H__ #define __UART_H__ #include "../inc/macro.h" #include "../ucos-ii/ucos_ii.h" #define UART_REVBUFFER_SIZE 1024 typedef struct{ U8 Buffer[UART_REVBUFFER_SIZE]; OS_EVEN
www.eeworm.com/read/386455/2571317

c uart.c

/***************************************************************************\ Copyright (c) 2004-2007 threewater@up-tech.com, All rights reserved. by threewter 2004.4.26 \************************
www.eeworm.com/read/386001/2576996

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/2577040

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/2577185

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/2577190

c uart.c

#include "..\startup\def.h" #include "..\startup\44b.h" #include "..\ucos-ii\includes.h" #include "isr.h" #include "uart.h" OS_EVENT *Uart0_Rev_mbox=NULL; //Uart0 receive ma