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 10 © Siemens AG 2011 Control Products and Systems
Subject to change without further notice. P. O. Box 10 09 53,
D-93009 Regensburg
Comment:
---
2.3.6 Function TmIsRunning
Prototype:
BOOL TmIsRunning(TIMER* pTimer)
Description
:
Tests if a timer is running. A timer is running if it is not expired and not stopped.
Parameters:
TIMER* pTimer:
A pointer to a timer that should be tested whether it is running or not
Return values
:
true: the timer is running
false: the timer is not running
Callable in / at:
interrupts, main, save
Stack used:
8 bytes
Comment:
---
2.3.7 Function TmStop
Prototype:
void TmStop(TIMER* pTimer)
Description
:
Stops a timer given by the pointer ‘pTimer’.
Parameters:
TIMER* pTimer:
A pointer to a timer that should be stopped
Return values
:
none
Callable in / at:
interrupts, main
Stack used: 8 bytes
Comment:
---
2.4 AD converter
The following functions are used to control the AD converter of the BIM.