📄 manual_solo_mode.html
字号:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"><html lang="en"><head><title>Solo Mode - Universal Driver Documentation</title><meta http-equiv="Content-type" content="text/html; charset=iso-8859-1"><meta name="robots" content="index,follow"><link rel="shortcut icon" href="/favicon.ico"><link rel="stylesheet" href="/dscud/style/wikiprintable.css"><script type="text/javascript" src="/dscud/style/wikibits.js"></script><style type='text/css'><!--a.new, #quickbar a.new { color: #CC2200; }#quickbar { position: absolute; top: 4px; left: 4px; border-right: 1px solid gray; }#article { margin-left: 152px; margin-right: 4px; }//--></style></head><body bgcolor='#FFFFFF'><div class='titlebox'><h1 class='pagetitle'>Solo Mode</h1><span class='subtitle'>Universal Driver Documentation</span></div><div class='navbox'><a href="manual_Main_Page.html" class='printable' title ="Main Page">Main Page</a> || <a href="manual_Table_of_Contents.html" class='printable' title ="Table of Contents">Table_of_Contents</a> || <a href="http://www.diamondsystems.com/">Diamond Systems Website</a></div></div><div class='bodytext'><ol><li> Create a user interrupt function with type void and a <tt>void*</tt> parameter.
</li><li> For counter/timer-based interrupts, you may program the counter/timer yourself using <tt><a href="manual_DscCounterDirectSet.html" class='printable' title ="DscCounterDirectSet">dscCounterDirectSet</a>()</tt>, or you may pass in the rate parameter to <tt><a href="manual_DscUserInt.html" class='printable' title ="DscUserInt">dscUserInt</a>()</tt>.
</li><li> Call <tt><a href="manual_DscUserInt.html" class='printable' title ="DscUserInt">dscUserInt</a>()</tt> to install the function and initiate the interrupt operation.
</li><li> When done, call <tt><a href="manual_DscCancelOp.html" class='printable' title ="DscCancelOp">dscCancelOp</a>()</tt> to terminate the interrupt operation.
</li><li> To uninstall the user interrupt function, call <tt><a href="manual_DscSetUserInterruptFunction.html" class='printable' title ="DscSetUserInterruptFunction">dscSetUserInterruptFunction</a>()</tt> with Clear mode, or call <tt><a href="manual_DscClearUserInterruptFunction.html" class='printable' title ="DscClearUserInterruptFunction">dscClearUserInterruptFunction</a>()</tt>.
</li></ol><p></div><p><em> <br> This page was last modified 23:15, 6 Feb 2004.<br>Copyright (c) 2004 Diamond Systems. All Rights Reserved.</em><!-- Time since request: 0.15 secs. --></body></html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -