代码搜索:如何学习 UART?
找到约 10,000 项符合「如何学习 UART?」的源代码
代码结果 10,000
www.eeworm.com/read/391319/8409147
asm uart.asm
SUBTITLE "Software uart subroutines"
#define TX_ GPIO,2
;************************************************************************************************************
; SE
www.eeworm.com/read/391240/8414451
hex uart.hex
:03000000020019E2
:0C001900787FE4F6D8FD75810702000333
:10000300758920758BE5758DE5E4F587D28E759836
:060013005012002580FBE5
:0B0025007599593099FDC299D29B22B9
:00000001FF
www.eeworm.com/read/391240/8414492
opt uart.opt
### uVision2 Project, (C) Keil Software
### Do not modify !
cExt (*.c)
aExt (*.s*; *.src; *.a*)
oExt (*.obj)
lExt (*.lib)
tExt (*.txt; *.h; *.inc)
pExt (*.plm)
CppX (*.cpp)
DaveTm {
www.eeworm.com/read/391240/8414503
plg uart.plg
礦ision3 Build Log
Project:
E:\keil\UART\UART.uv2
Project File Date: 03/06/2007
Output:
www.eeworm.com/read/291488/8415143
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/291488/8415150
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
www.eeworm.com/read/391139/8419937
h uart.h
/* *****************************************************************************
* based on software from:
* Copyright 2004, R O SoftWare
* No guarantees, warrantees, or promises, implied or oth
www.eeworm.com/read/391139/8419962
c uart.c
/* *****************************************************************************
*
* $RCSfile: $
* $Revision: $
*
* This module provides interface routines to the LPC ARM UARTs.
* Copyrigh
www.eeworm.com/read/191835/8420456
h uart.h
/**
* Copyright (c) 2006-2008 iWESUN (ShenZhen) Inf.
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without modification,
* are permitted provided that t