代码搜索:如何学习 UART?
找到约 10,000 项符合「如何学习 UART?」的源代码
代码结果 10,000
www.eeworm.com/read/413289/11160437
obj uart.obj
www.eeworm.com/read/267531/11175734
h uart.h
/*********************************************************************************
* UART.h v1.00 *
* Copyright 2003 by SEED Electronic Technology Ltd.
* A
www.eeworm.com/read/412886/11177384
c uart.c
#ifndef __UART_C__
#define __UART_C__
#include "NGVDP_VDP.h"
/*
uint8 Add_byte_to_receive_buf(uint8 Uart_num, uint8 * receive_buf, uint8 data)
{
switch (Uart_num)
{
case Uart0:
www.eeworm.com/read/412886/11177387
h uart.h
#ifndef __UART_H__
#define __UART_H__
#include
#include "typedef.h"
#define OFF (0)
#define ON (1)
//内部使用的宏定义
#define CONCAT(a, b)
www.eeworm.com/read/267230/11188990
h uart.h
/* *****************************************************************************
* based on software from:
* Copyright 2004, R O SoftWare
* No guarantees, warrantees, or promises, implied or oth
www.eeworm.com/read/267230/11189005
lst uart.lst
1 .file "uart.c"
9 .Ltext0:
10 .align 2
11 .global uart0Init
13 uart0Init:
14 .LFB2:
15
www.eeworm.com/read/267230/11189031
c uart.c
/* *****************************************************************************
*
* $RCSfile: $
* $Revision: $
*
* This module provides interface routines to the LPC ARM UARTs.
* Copyrigh
www.eeworm.com/read/267230/11189038
o uart.o
www.eeworm.com/read/267230/11189072
h uart.h
/* *****************************************************************************
* based on software from:
* Copyright 2004, R O SoftWare
* No guarantees, warrantees, or promises, implied or oth
www.eeworm.com/read/267230/11189086
lst uart.lst
1 .file "uart.c"
9 .Ltext0:
10 .align 2
11 .global uart0Init
13 uart0Init:
14 .LFB2:
15