代码搜索:RtcAlarm
找到约 12 项符合「RtcAlarm」的源代码
代码结果 12
www.eeworm.com/read/312525/13610095
o rtcalarm.o
www.eeworm.com/read/312525/13610117
c rtcalarm.c
#include "2440lib.h"
#include "2440addr.h"
char *week[8] = { "","SUN","MON", "TUES", "WED", "THURS","FRI", "SAT" } ;
int year,month,date,weekday,hour,min,sec;
int enable_beep = 1;
extern void B
www.eeworm.com/read/305289/13775219
o rtcalarm.o
www.eeworm.com/read/305289/13775241
c rtcalarm.c
#include "2440lib.h"
#include "2440addr.h"
char *week[8] = { "","SUN","MON", "TUES", "WED", "THURS","FRI", "SAT" } ;
int year,month,date,weekday,hour,min,sec;
int enable_beep = 1;
extern void B
www.eeworm.com/read/454879/1626875
c rtcalarm.c
#include "2410lib.h"
#include "2410addr.h"
#include "def.h"
char *week[8] = { "","SUN","MON", "TUES", "WED", "THURS","FRI", "SAT" } ;
int year,month,date,weekday,hour,min,sec;
int enable_beep =
www.eeworm.com/read/274280/4186960
c rtcalarm.c
#include "2410lib.h"
#include "2410addr.h"
#include "timer.h"
char *date[8] = { "","SUN","MON", "TUES", "WED", "THURS","FRI", "SAT" } ;
void __irq IsrAlarm(void);
//设置RTC ALARM 时间
void setRT
www.eeworm.com/read/430079/1941921
c rtcalarm.c
#include "2410lib.h"
#include "2410addr.h"
#include "def.h"
char *week[8] = { "","SUN","MON", "TUES", "WED", "THURS","FRI", "SAT" } ;
int year,month,date,weekday,hour,min,sec;
int enable_beep =
www.eeworm.com/read/295017/8189858
c rtcalarm.c
#include "2410lib.h"
#include "2410addr.h"
#include "timer.h"
char *date[8] = { "","SUN","MON", "TUES", "WED", "THURS","FRI", "SAT" } ;
void __irq IsrAlarm(void);
//设置RTC ALARM 时间
void setRT
www.eeworm.com/read/163069/10176968
h msp430rtc.h
/*RTC.h
RTC操作模块头文件
*/
#ifndef __MSP430RTC_H__
#define __RTC430RTC_H__
#define RTC_DS1337 0xD0
struct RTCTime
{
unsigned char Sec;
unsigned char Min;
unsigned char Hou;
unsigned
www.eeworm.com/read/372546/9504637
h bulverde_intr.h
//
// Copyright (c) Microsoft Corporation. All rights reserved.
//
//
// Use of this source code is subject to the terms of the Microsoft end-user
// license agreement (EULA) under which you lic