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>OS_GetIrqCheckFlag</title> 9<LINK rel="stylesheet" href="../../css/nitro.css" type="text/css"> 10</head> 11 12<body> 13 14<h1 align="left">OS_GetIrqCheckFlag <IMG src="../../image/NTR.gif" align="middle"><IMG src="../../image/TWL.gif" align="middle"></h1> 15<h2>Syntax</h2> 16 17<dl> 18 <dd> 19<CODE>#include <nitro/os.h></CODE><BR> <BR> <CODE>volatile OSIrqMask OS_GetIrqCheckFlag( void );</CODE></dd> 20</dl><h2>Arguments</h2> 21<P>None.</P> 22<h2>Return Values</h2> 23<P>An IRQ interrupt check flag.</P> 24<H2>Description</H2> 25<P>Gets an IRQ check flag. These flags are normally set by the IRQ interrupt handler. For information on the types of flags, see <A href="OS_SetIrqCheckFlag.html"><code>OS_SetIrqCheckFlag</code></a>. 26</P> 27<h2>See Also</h2> 28<p><A href="OS_SetIrqCheckFlag.html"><CODE>OS_SetIrqCheckFlag</CODE></A><BR> <a href="OS_ClearIrqCheckFlag.html"><CODE>OS_ClearIrqCheckFlag</CODE></a></p> 29 30<h2>Internal Operation</h2> 31<p>In the ARM9, the predetermined location <code>DTCM_END - 8</code> in DTCM is designated as the check flag region. This function operates on this region. In the ARM7, the predetermined location of the ARM7 WRAM (highest address: 8) is designated as the check flag region. The function operates on this region.</p> 32 33<H2>Revision History</H2> 34<P> 352008/03/21 Added volatile as a return value type.<br> 2005/03/08 Standardized how the term "interrupt" is written in Japanese.<br> 2004/04/06 Initial version.</P> 36<hr><p>CONFIDENTIAL</p></body> 37</html> 38