![ICP DAS USA I-8088W Api Reference Manual Download Page 37](http://html1.mh-extra.com/html/icp-das-usa/i-8088w/i-8088w_api-reference-manual_3655886037.webp)
I-8088W API Reference Manual, Version 1.0.0, Aug. 2010 --- 37
3.12. i8088W_PWM_Stop
The function is used to stop the PWM pulse.
Syntax
short i8088W_PWM_Stop(int slot,int ch);
Parameter
slot: 0 ~ 7
ch: 0 ~ 7
Return Values
Please refer to Error Code Table.
Examples
[C]
int slot,ch;
slot = 0;
for(ch=0;ch<8;ch++)
{
i8088W_PWM_Stop (slot,ch);
}