![Neousys Technology Nuvo 2500 Series Скачать руководство пользователя страница 133](http://html1.mh-extra.com/html/neousys-technology/nuvo-2500-series/nuvo-2500-series_user-manual_1667801133.webp)
Nuvo-2500 Series User’s Manual
Copyright © 2015 Neousys Technology Inc. All Right Reserved.
Page 133 of 154
5.6.1.5 PWM_PulseWidth
Syntax
BOOL PWM_PulseWidth(DWORD pinBits, DWORD width);
Description
Sets the pulse width for the speci
fied PWM output.
Parameter
pinBits
[in]
Specifies the output bits of PWM controllers.
width
[in]
Speci
fies the width of the positive portion of the pulse
.
Return Value
Returns TRUE if procedure successes, FALSE if procedure failed.
Usage
BOOL bRet = PWM_PulseWidth(PWM_PIN_0, 400);