代码搜索:AVR UART 232

找到约 10,000 项符合「AVR UART 232」的源代码

代码结果 10,000
www.eeworm.com/read/490177/6459996

h uart.h

#ifndef _UART_TAG_ #define _UART_TAG_ #define UART_BUFFER_ENABLE 0 #define UART_BUFFER_LENGTH 10 void Uart_Init(void); void Uart_Putc(INT8U ch); INT8U Uart_Getc(void); #endif //_
www.eeworm.com/read/490177/6459998

c uart.c

#include "os_asm.h" #include "core.h" void Uart_Init(void) { UCSRB = 0x00; //disable while setting baud rate UCSRA = 0x00; UCSRC = (1
www.eeworm.com/read/489807/6461530

h uart.h

#ifndef _UART_H #define _UART_H #define MAX_SENDE_BUFF 150 #define MAX_EMPFANGS_BUFF 150 void BearbeiteRxDaten(void); extern unsigned char DebugGetAnforderung; extern unsigned volati
www.eeworm.com/read/489807/6461542

c uart.c

// ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ // + Copyright (c) 04.2007 Holger Buss // + only for non-profi
www.eeworm.com/read/489911/6463369

h uart.h

void Init_UART1(void); void Init_Port(void); void Init_CLK(void); int ProcessCMD(char pBuf[],int nLen);
www.eeworm.com/read/489911/6463374

c uart.c

#include #include "uart.h" #include "display.h" //定义串口操作变量 // 串口 1 的接收标志 unsigned char nRev_UART1; // 串口 1 的发送缓冲区 unsigned char UART1_TX_BUF[60]; // 串口 1 的接收缓冲区 unsigned
www.eeworm.com/read/489686/6468784

v uart.v

// // Copyright (c) 1992,1993,1994, Exemplar Logic Inc. All rights reserved. // // // Description : // This Verilog HDL description implements a UART. // // Version 1.1 : Original Creation //
www.eeworm.com/read/489729/6469183

o uart.o

www.eeworm.com/read/488955/6480235

h uart.h

/****************************************Copyright (c)************************************************** ** Guangzhou ZHIYUAN electronics Co.,LTD. **
www.eeworm.com/read/488955/6480236

c uart.c

/****************************************Copyright (c)************************************************** ** Guangzhou ZHIYUAN electronics Co.,LTD. **