Wolfgang Grandegger wrote:
Hallo,

I just realized, that the ISR registered with rt_intr_create() must be of type:

  int isr(struct xnintr *irq)

I expected "RT_INTR *" as type of the argument. The documentation is not clear about that (what rt_isr_t) is. A hyper-link would be nice.

Thanks.

You can use the I_DESC macro to get the RT_INTR * from the xnintr_t *

--
                                                 Gilles Chanteperdrix

_______________________________________________
Xenomai-help mailing list
[email protected]
https://mail.gna.org/listinfo/xenomai-help

Reply via email to