1<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> 2<html> 3 4<head> 5<META http-equiv="Content-Type" content="text/html; charset=windows-1252"> 6<META name="GENERATOR" content="IBM WebSphere Studio Homepage Builder Version 7.0.0.0 for Windows"> 7<META http-equiv="Content-Style-Type" content="text/css"> 8<title>RTCAlarmChan</title> 9<LINK rel="stylesheet" href="../css/nitro.css" type="text/css"> 10</head> 11 12<body> 13 14<h1 align="left">RTCAlarmChan <img src="../image/NTR.gif" align="middle"><img src="../image/TWL.gif" align="middle"></h1> 15 16<h2>Definition</h2> 17 18<dl> 19 <dd> 20<CODE>#include <nitro/rtc.h></CODE><BR> 21 <PRE><CODE>typedef enum 22{ 23 RTC_ALARM_CHAN_1 = 0 , 24 RTC_ALARM_CHAN_2 , 25 RTC_ALARM_CHAN_MAX 26 27} RTCAlarmChan;</CODE></PRE> 28 </dd> 29 30</dl><h2>Elements</h2> 31<TABLE border="1" width="100%"> 32 <TBODY> 33 <TR> 34 <TD width="300"><em><strong><font face="Courier New">RTC_ALARM_CHAN_1</font></strong></em></TD> 35 <TD width="700">Alarm Channel #1.</TD> 36 </TR> 37 <TR> 38 <TD width="300"><em><strong><font face="Courier New">RTC_ALARM_CHAN_2</font></strong></em></TD> 39 <TD width="700">Alarm Channel #2.</TD> 40 </TR> 41 </TBODY> 42</TABLE> 43 44<H2>Description</H2> 45<P>There are two alarm channels that you can register in the real time clock. Although each channel can operate independently, there is only one interrupt output common to both. Therefore, if interrupts are simultaneously generated in two channels, only one interrupt will be generated. 46 47<H2>Revision History</H2> 48<P> 492005/03/08 Standardized the Japanese term for "interrupt."<br> 2004/05/18 Initial version.</P> 50<hr><p>CONFIDENTIAL</p></body> 51</html> 52