代码搜索结果

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

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

uart.h

#include "inc/macro.h" //void Uart_SendByten(int,U8); void Uart_SendByten(int Uartnum, U8 data); char Uart_Getchn(char* Revdata, int Uartnum, int timeout);

uart.c

#define TRUE 1 #define FALSE 0 #define rUTRSTAT0 (*(volatile unsigned *)0x50000010) #define rUTRSTAT1 (*(volatile unsigned *)0x50004010) #define WrUTXH0(ch) (*(volatile unsigned char *)0x5000002

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

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

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_

uart.c

/*************************************************************************/ /* */ /* FILE NAME