[En-Nut-Discussion] NutRegisterIrqHandler() twice?

Przemyslaw Rudy prudy at audiotech.pl
Sat Oct 22 11:25:55 CEST 2005


Hi

Can I do this?:

NutRegisterIrqHandler(&SIG_INTERRUPT6, handler1, NULL)
NutRegisterIrqHandler(&SIG_INTERRUPT6, handler2, NULL)

So registering two different interrupt handlers to the same irq
expecting they are called one by one by the event?

Or handlers are "the handlers" thus only one can be assigned?

Regards
Przemek




More information about the En-Nut-Discussion mailing list