代码搜索:AVR UART 232
找到约 10,000 项符合「AVR UART 232」的源代码
代码结果 10,000
www.eeworm.com/read/491542/6437421
uart1
www.eeworm.com/read/491205/6441709
vhd uart.vhd
----------------------------------------------------------------
--
-- Copyright (c) 1992,1993,1994, Exemplar Logic Inc. All rights reserved.
--
---------------------------------------------------
www.eeworm.com/read/490855/6443219
rc uart.rc
# Begin Project
# Begin SubItem "UART Resources"
# End SubItem
# End Project
www.eeworm.com/read/490855/6443228
h uart.h
#ifndef __UART_H__
#define __UART_H__
// write your header here
#endif
www.eeworm.com/read/490747/6452604
h uart.h
typedef union UART_GCTL1 //全局控制寄存器
{
struct GCTL1_Bits
{
unsigned UCEN1 : 1; //使能UART时钟,即启动UART
unsigned IREN1 : 1; //使能IrDA模式
unsigned TPOLC1 : 1; //IrDA TX 极性变换
unsigned RPOLC1 :
www.eeworm.com/read/490747/6452620
h uart.h
typedef union UART_GCTL1 //全局控制寄存器
{
struct GCTL1_Bits
{
unsigned UCEN1 : 1; //使能UART时钟,即启动UART
unsigned IREN1 : 1; //使能IrDA模式
unsigned TPOLC1 : 1; //IrDA TX 极性变换
unsigned RPOLC1 :
www.eeworm.com/read/490413/6456060
h uart.h
//****************************************Copyright (c)*************************************************
//
// xxxxx
www.eeworm.com/read/490413/6456064
c uart.c
//****************************************Copyright (c)*************************************************
//
// xxxxx
www.eeworm.com/read/490161/6459824
h uart.h
#ifndef __uart_h__
#define __uart_h__
#include // printf
#include // open
#include // bzero
#include
www.eeworm.com/read/490161/6459832
c uart.c
#include
#include "uart.h"
typedef portinfo_t *pportinfo_t;
extern portinfo_t portinfo ={
'0', // print prompt after receiving
115200,