代码搜索结果
找到约 10,000 项符合
USART 的代码
usart.eww
$WS_DIR$\Usart.ewp
usart.pbd
This is an internal working file generated by the Source Browser.
19:29 08s
E:\workplace\IAR\Usart\Debug\Obj\main.pbi
usart.h
#ifndef _SERIAL_H_
#define _SERIAL_H_
#include "dtypes.h"
#define BAUD 9600
#define FOSC 4000000L
#define NINE 0 /* Use 9bit communication? FALSE=8bit */
#define DIVIDER ((int)(
usart.c
#include
#include
#include "dtypes.h"
#include "usart.h"
void USART_Init(void)
{
RX_PIN = 1; /* set RX_PIN as input */
TX_PIN = 0; /* set TX_PIN as output */
ANSELH
usart.h
#ifndef _USART_H_
#define _USART_H_
void init_USART(void);//USART 初始化
void put_s(unsigned char *ptr);
#endif /* _USART_H_ */
usart.c
#include
#include
#include
#include "usart.h"
//常量定义
#define BAUDRATE 9600 //波特率
#define F_CPU 16000000 //这个已经在makefile里面定义了
void init
usart.c
//*----------------------------------------------------------------------------
//* ATMEL Microcontroller Software Support - ROUSSET -
//*-------------------------------------------------
usart.s
.module usart.c
.area text(rom, con, rel)
.dbfile F:\radio\第十一篇\test-adc\usart.c
.dbfunc e putchar _putchar fV
; coutput -> R16
.even
_putchar::
.dbline -1
.dbline 7
; #include
usart.o
XL
H 1 areas 7 global symbols
M usart.c
S push_gset1 Ref0000
S pop_gset1 Ref0000
A text size 6E flags 0
dbfile F:\radio\第十一篇\test-adc\usart.c
dbfunc e putchar 0 fV
dbsym r coutput 10 c
dbline