manual_dscpwmload.html
来自「Diamond公司Dscud通用驱动使用说明手册」· HTML 代码 · 共 52 行
HTML
52 行
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"><html lang="en"><head><title>DscPWMLoad - 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'>DscPWMLoad</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'>This function loads the specified counter of the specified PWM circuit with value. The behavior of this function is specific to the type of board you are calling this function with. Please note that this function should be used only for direct manipulation of the counters, and is not intended for general PWM configuration. We recommend using the <a href="manual_DscPWMFunction.html" class='printable' title ="DscPWMFunction">dscPWMFunction</a>() function to do most PWM signal manipulation.
<p>
<h2><a name="Function_Definition">Function Definition</a></h2>
BYTE dscPWMLoad(DSCB board, BYTE pwm_circuit, BYTE counter, DWORD value);
<p>
<h2><a name="Function_Parameters">Function Parameters</a></h2>
<p>
<table border=1><tr ><TH>Name</TH><TH>Description</TH></tr><tr ><TD>board</TD><TD>The board handle</TD></tr><tr ><TD>pwm_circuit</TD><TD>The PWM circuit to affect.</TD></tr><tr ><TD>counter</TD><TD>Which counter of the PWM circuit to load</TD></tr><tr ><TD>value</TD><TD>Value to load into the counter</TD></tr></table><p>
<h2><a name="Return_Value">Return Value</a></h2>
Error code or 0.
<p></div><p><em> <br> This page was last modified 11:10, 12 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 + =
减小字号Ctrl + -
显示快捷键?