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 28 © Siemens AG 2011 Control Products and Systems
Subject to change without further notice. P. O. Box 10 09 53,
D-93009 Regensburg
init, main
Stack used:
8 bytes
Comment:
The maximum execution time for an interrupt handling routine in the application
program must not exceed 100µsec.
2.13.2 Function IntUnregister
Prototype:
void IntUnregister(BYTE IntAddr)
Description
:
Use this function to unregister a interrupt service routine.
Parameters
:
BYTE IntAddr:
The interrupt vector address that will not longer be handled by the user
application
Return values
:
none
Callable in / at:
main, unload
Stack used: 8 bytes
Comment:
---
2.13.3 Function IntResetAll
Prototype:
void IntResetAll(void)
Description
:
This function unregisters all interrupts that could be registered from user application
Parameters:
void
Return values:
none
Callable in / at:
main, unload
Stack used: 8 bytes
Comment:
---