代码搜索:如何学习 UART?

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

代码结果 10,000
www.eeworm.com/read/412040/2177107

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/412040/2177159

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/412040/2177223

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/412040/2177300

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/412040/2177368

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/412040/2177380

c uart.c

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

h uart.h

#define TRUE 1 #define FALSE 0 #define rUTRSTAT0 (*(volatile unsigned *)0x50000010) #define rUTRSTAT1 (*(volatile unsigned *)0x50004010) #define rUTRSTAT2 (*(volatile unsigned *)0x50008010) #de
www.eeworm.com/read/412040/2177439

c uart.c

//#include "inc/Uart.h" //#include "inc/macro.h" //#include "inc/lib.h" /*void Uart_SendByten(int Uartnum, U8 data)//ok eric rong { //int i; if(Uartnum==0) { while(!(rUTRSTAT0 & 0x4)
www.eeworm.com/read/412040/2177522

h uart.h

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

c uart.c

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