User Manual

GAMMA instabus
Release: December 2011
API-Reference for Bus Interface Modules M130, M131, M132, M135
KNX-Processors 184/01, 184/11, 184/21
Technical Manual pages 28 Siemens AG
Infrastructure and Cities Sector,
Building Technologies
page 14 © Siemens AG 2011 Control Products and Systems
Subject to change without further notice. P. O. Box 10 09 53,
D-93009 Regensburg
Parameters
:
PWMChannelType channel:
One of the two available pwm channels
PWMPolType mode:
The polarity of the generated pwm signal
PWMSpeedModeType speed:
The speed of the pwm signal
Return values
:
none
Callable in / at:
interrupts, init, main, save
Stack used:
8 bytes
Comment:
---
2.5.2 Function PWMStop
Prototype:
void PWMStop(PWMChannelType channel)
Description
:
This function stops the pulse width modulation for the specified channel.
Parameters:
PWMChannelType channel:
The pwm channel that should be stopped
Return values
:
none
Callable in / at:
interrupts, init, main, save, unload
Stack used: 8 bytes
Comment:
---
2.5.3 Function PWMSetValue
Prototype:
void PWMSetValue(PWMChannelType channel, BYTE value)
Description
:
This function sets a new value to the pulse width modulation for the specified
channel.
Parameters
:
PWMChannelType channel:
The pwm channel whose value should be updated
BYTE value:
The new value for the selected pwm channel
Return values
: