代码搜索结果

找到约 10,000 项符合 UART 的代码

uart.c

#include "uart.h" #include "../Include/mx2.h" #include "../Include/Tahiti_def.h" /* put wemi init code here */ void MX21_UartSetting(void) { U32 temp; //only config MPCTL0 and poll the MPLLRES

uart.h

#define LenBuf 0x10 #define START_PT &uart_buff[0] #define END_PT &uart_buff[LenBuf] extern data unsigned char TIflag; extern data unsigned char time_u; extern data unsigned char *head_pt;

uart.lst

C51 COMPILER V7.10 UART 08/04/2006 15:38:10 PAGE 1 C51 COMPILER V7.10, COMPILATION OF MODULE UART OBJECT MODULE PLACED IN UA

uart.c

#include //=========串口0======================================= #define LenBuf 0x10 data unsigned char time_u; data unsigned char TIflag; data unsigned char *head_pt; //接受头指

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);

uart.c

#include #include #include "..\inc\44b.h" #include "..\inc\44blib.h" #include "..\inc\def.h" #include "..\inc\uart.h" #define KEY_BUFLEN 100 #define AFC_BUFLEN 0x100 #d

uart.h

#ifndef __UART_H__ #define __UART_H__ #define UART_REVBUFFER_SIZE 1024 typedef struct{ U8 Buffer[UART_REVBUFFER_SIZE]; OS_EVENT *Uart_Rev_mbox; //Uart0 receive mail b

uart.h

/*#ifndef __UART_H__ #define __UART_H__ #define UART_REVBUFFER_SIZE 1024 typedef struct{ U8 Buffer[UART_REVBUFFER_SIZE]; OS_EVENT *Uart_Rev_mbox; //Uart0 receive mail