代码搜索:UART 有哪些应用?
找到约 10,000 项符合「UART 有哪些应用?」的源代码
代码结果 10,000
www.eeworm.com/read/429631/8797761
o uart.o
www.eeworm.com/read/429631/8797768
o uart.o
www.eeworm.com/read/429626/8797848
aps uart.aps
21-Jan-2009 02:29:1509-Mar-2009 16:30:25021-Jan-2009 02:29:1544,
www.eeworm.com/read/429626/8797851
c uart.c
//--------------------------------------------------------------------
//
// FIFO 发 超时收
//
//
//--------------------------------------------------------------------
#include "system.h"
www.eeworm.com/read/429626/8797854
h uart.h
#ifndef __Uart__H__
#define __Uart__H__
//#define F_CPU 11059200
#define baud 9600
#define UBRR (F_CPU/16/baud-1)
#define OutLEN 255 //串口发送缓冲大小
#define InLEN 40 //串口接收缓冲大小
exter
www.eeworm.com/read/429626/8797863
o uart.o
www.eeworm.com/read/285920/8801536
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/285919/8801769
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/285919/8801787
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