代码搜索:如何学习 UART?
找到约 10,000 项符合「如何学习 UART?」的源代码
代码结果 10,000
www.eeworm.com/read/366046/2893712
h uart.h
#ifndef _UART_H_
#define _UART_H_
#define RET_TYPE 0x60 //返回类型
#define RET_OK 0x00 //命令执行成功
#define RET_INVALID 0x01
www.eeworm.com/read/366046/2893868
h uart.h
#ifndef _UART_H_
#define _UART_H_
#define RET_TYPE 0x60 //返回类型
#define RET_OK 0x00 //命令执行成功
#define RET_INVALID 0x01
www.eeworm.com/read/365726/2895631
h uart.h
/****************************************Copyright (c)***************************************************
** Guangzou ZLG-MCU Development Co.,LTD.
**
www.eeworm.com/read/365726/2895632
c uart.c
/****************************************Copyright (c)***************************************************
** Guangzou ZLG-MCU Development Co.,LTD.
**
www.eeworm.com/read/365646/2896225
h uart.h
#ifndef _UART_H
#define _UART_H
#define RBR 0*4
#define THR 0*4
#define IER 1*4
#define IIR 2*4
#define FCR 2*4
#define LCR 3*4
www.eeworm.com/read/365646/2896228
c uart.c
#include "config.h"
#include "uart.h"
#include "libvic.h"
#include "harder.h"
#include "Includes.h"
#include "COMMRTOS.h"
typedef unsigned char uchar;
typedef unsigned int uint;
stati
www.eeworm.com/read/365242/2898189
c uart.c
#include
#include "hardware_reg.h"
#include "HA_typedef.h"
#include "uart.h"
#include
#include "intc.h"
void Prints(char *s,U32 uart_add);
void Uart0IntEn(S8 recie, S8 t
www.eeworm.com/read/364851/2900718
h uart.h
//*****************************************************************************
//
// uart.h - Defines and Macros for the UART.
//
// Copyright (c) 2005-2008 Luminary Micro, Inc. All rights reser
www.eeworm.com/read/364851/2900736
c uart.c
//*****************************************************************************
//
// uart.c - Driver for the UART.
//
// Copyright (c) 2005-2008 Luminary Micro, Inc. All rights reserved.
//
/
www.eeworm.com/read/364851/2900774
h uart.h
//*****************************************************************************
//
// uart.h - Defines and Macros for the UART.
//
// Copyright (c) 2005-2008 Luminary Micro, Inc. All rights reser