Interrupt Management
[Nut/OS API]

Interrupt support. More...

Collaboration diagram for Interrupt Management:

Interrupt support.

Note, that it is not required to register interrupts with Nut/OS. Actually, this will route interrupts through the kernel, which results in performance degradation.

If fast interrupt processing is required, drivers as well as applications should consider using native interrupt handlers. Your compiler documentation is the right source to check how this can be done.


© 2000-2010 by contributors - visit http://www.ethernut.de/