代码搜索结果
找到约 5,134 项符合
USART 的代码
usart.o.d
USART.o: ../USART.c E:/yb/syx/syx_avr/./header.h \
d:/WinAVR/bin/../lib/gcc/avr/3.4.3/../../../../avr/include/avr/io.h \
d:/WinAVR/bin/../lib/gcc/avr/3.4.3/../../../../avr/include/avr/sfr_defs.h
serial.h
#include"ioCC2430.h"
#include "board.h"
/******************************************************************************
******************* Common USART functions/macros *****************
usart.lst
1 .file "usart.c"
2 .arch atmega8
3 __SREG__ = 0x3f
4 __SP_H__ = 0x3e
5 __SP_L__ = 0x3d
6
usart.lss
usart.elf: file format elf32-avr
Sections:
Idx Name Size VMA LMA File off Algn
0 .text 0000009e 00000000 00000000 00000094 2**0
C
usart.map
Archive member included because of file (symbol)
d:/WinAVR/lib/gcc/avr/3.4.6/avr4\libgcc.a(_copy_data.o)
obj/usart.o (__do_copy_data)
d:/WinAVR/lib/gcc/avr/3.4.6/avr
usart.c~
#include "usart.h"
void UsartInit(void)
{
UBRRH = (unsigned char)(((unsigned int)((unsigned long)CRYSTAL/(16*(unsigned long)BAUD)-1)) >> 8); //
UBRRL = (unsigned char)((uns
usart.c
#include "usart.h"
/******************************************************
函数void UsartInit(void)用于初始化USART
******************************************************/
void UsartInit(void)
{
UBRR
万年历使用说明书.txt
1.万年历基本功能
2001 - 2005年阳历,阴历、时间、星期液晶显示
提供闹钟功能,闹钟音乐可以选择
整点报时功能
时间和闹钟时间可以掉电自保持
通过简单的报文可以接受来自监控系统或者其他支持<mark>USART</mark>口的系统的校时
音乐播放功能
2.万年历的显示
正常情况下万年历界面第一行显示阳历
第二行显示时间,如果闹钟设置为使用,则在第二行TIME:后会显示*
3.万年历按键的操作 ...
usart.c
/******************************************************
*工程名称:Mega16与PC机的串口通信
*创建日期:2007年6月25日
*创 建 人:朱海峰
*修改日期:
*修 改 人:
*版 本 号:
*其 他:QQ:543376422 E-mail:ntzhf100@163.com
* 淘宝网店:h
uart.c
#include
#include
void rx_handler (void);
#define BUF_SIZE 25
/*
* Step #1 The data is allocated into its own section.
*/
#pragma idata bigdata
char data[11][B