代码搜索结果
找到约 10,000 项符合
USART 的代码
usart.h
#ifndef USART_H_
#define USART_H_
#define RXB8 1
#define TXB8 0
#define UPE 2
#define OVR 3
#define FE 4
#define UDRE 5
#define RXC 7
#define FRAMING_ERROR (1
usart.i
#pragma used+
//======================================= 函数声明 ===============================================
void USART_INIT(void);
char USART_GETCHAR(void);
void USART_SENDCHAR(unsigned char c
usart.h~
#ifndef USART_H_
#define USART_H_
#define RXB8 1
#define TXB8 0
#define UPE 2
#define OVR 3
#define FE 4
#define UDRE 5
#define RXC 7
#define FRAMING_ERROR (1
usart.c~
#include "USART.h"
#include "mega16.h"
#include
#define RX_BUFFER_SIZE 100
char rx_buffer[RX_BUFFER_SIZE];
#if RX_BUFFER_SIZE
usart.c
#include "USART.h"
#include "mega16.h"
#include
#define RX_BUFFER_SIZE 100
char rx_buffer[RX_BUFFER_SIZE];
#if RX_BUFFER_SIZE
usart.c
/***************************************************************************
* Atmel AVR USART Library for GCC
* Version: 1.0
*
* Works with AVR MCUs equiped with USART hardware (ATmega series).
usart.h
#ifndef __msp430_headers_usart_h
#define __msp430_headers_usart_h
/* usart.h
*
* mspgcc project: MSP430 device headers
* USART module header
*
* (c) 2002 by M. P. Ashton
* Origi
usart.h
//***************************************************************
// ARM BOOT ROUTE VER1.0@0x0C000000 for 44B0X release
// bjwork2007@gmail.com
// chenjun @ 2005-6-10
//************************
usart.c
//***************************************************************
// ARM BOOT ROUTE VER1.0@0x0C000000 for 44B0X release
// bjwork2007@gmail.com
// chenjun @ 2005-6-10
//************************