代码搜索结果
找到约 10,000 项符合
RTC 的代码
rtc._c
//***************************FileName:RTC.C************************//
//***************************ICCAVR V6.30编译**********************//
#include //寄存器定义文件
#include
rtc.lk
RTC.o
rtc.lst
__start:
__text_start:
0021 E5CF LDI R28,0x5F
0022 E0D2 LDI R29,2
0023 BFCD OUT 0x3D,R28
0024 BFDE OUT 0x3E,R29
0025 51C0 SUBI R28,0x10
0026 40D
rtc.s
.module RTC.C
.area data(ram, con, rel)
_Table::
.blkb 2
.area idata
.byte 63,6
.area data(ram, con, rel)
.blkb 2
.area idata
.byte 91,'O
.area data(ram, con, rel)
.blkb 2
.are
rtc.h
#ifndef __RTC_H__
#define __RTC_H__
typedef struct{
unsigned short year;
unsigned char month;
unsigned char day;
unsigned char weekday;
unsigned char hour;
unsigned char min;
unsigne
rtc.c
#include "../inc/44b.h"
#include "../inc/rtc.h"
#define RTC_RW_EN() rRTCCON = 1 //|= 1
#define RTC_RW_DS() rRTCCON &= 0xfe
extern int MCLK;
void RtcSetDay(TIME_STRUC *time)
{
RTC_R
rtc.h
#ifndef __RTC_H__
#define __RTC_H__
typedef struct{
unsigned short year;
unsigned char month;
unsigned char day;
unsigned char weekday;
unsigned char hour;
unsigned char min;
unsigne
rtc.c
#include "../inc/44b.h"
#include "../inc/rtc.h"
#define RTC_RW_EN() rRTCCON = 1 //|= 1
#define RTC_RW_DS() rRTCCON &= 0xfe
extern int MCLK;
void RtcSetDay(TIME_STRUC *time)
{
RTC_R
rtc.h
/*
------------------------------------------------------------------*-
RTC.H (v1.00)
------------------------------------------------------------------
LCD display program (Test
rtc.c
/*
------------------------------------------------------------------*-
RTC.C (v1.00)
------------------------------------------------------------------
LCD display program (Test