* [Xenomai-core] rt_intr_enable() requierd after rt_intr_create
@ 2005-11-29 13:09 Ignacio García Pérez
2005-11-29 13:28 ` Philippe Gerum
0 siblings, 1 reply; 2+ messages in thread
From: Ignacio García Pérez @ 2005-11-29 13:09 UTC (permalink / raw)
To: xenomai-core
Hi,
I noticed that when an interrupt object is created using
rt_intr_create(), it is created disabled, and a call to rt_intr_enable()
is necessary for the ISR to be called.
Question is: is this the expected behaviour?. If so, I think this should
be mentioned somewhere in the rt_intr_create documentation. In fact,
from reading the docs one could infer the opposite.
On a related issue, I noticed that the rt_intr_enable() documentation says:
"Enables the hardware interrupt line associated with an interrupt
object. Over Adeos-based systems which mask and acknowledge IRQs upon
receipt, this operation is necessary to revalidate the interrupt channel
so that more interrupts from the same source can be notified."
Is this correct?. I ask because the rt_intr_create() documentation tells
you to just return RT_INTR_ENABLE from the ISR if you want this. It's
confusing.
Nacho.
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [Xenomai-core] rt_intr_enable() requierd after rt_intr_create
2005-11-29 13:09 [Xenomai-core] rt_intr_enable() requierd after rt_intr_create Ignacio García Pérez
@ 2005-11-29 13:28 ` Philippe Gerum
0 siblings, 0 replies; 2+ messages in thread
From: Philippe Gerum @ 2005-11-29 13:28 UTC (permalink / raw)
To: Ignacio García Pérez; +Cc: xenomai-core
Ignacio García Pérez wrote:
> Hi,
>
> I noticed that when an interrupt object is created using
> rt_intr_create(), it is created disabled, and a call to rt_intr_enable()
> is necessary for the ISR to be called.
>
> Question is: is this the expected behaviour?.
Yes. You don't necessarily want to take interrupts immediately after the
object is created, for which you might have some additional housekeeping
chores to perform before that.
If so, I think this should
> be mentioned somewhere in the rt_intr_create documentation. In fact,
> from reading the docs one could infer the opposite.
>
Ok, will add a note to rt_int_create().
> On a related issue, I noticed that the rt_intr_enable() documentation says:
>
> "Enables the hardware interrupt line associated with an interrupt
> object. Over Adeos-based systems which mask and acknowledge IRQs upon
> receipt, this operation is necessary to revalidate the interrupt channel
> so that more interrupts from the same source can be notified."
>
> Is this correct?. I ask because the rt_intr_create() documentation tells
> you to just return RT_INTR_ENABLE from the ISR if you want this. It's
> confusing.
>
Well, the text seems pretty clear to me here: rt_intr_enable() specifies
that the re-enabling _operation_ should be carried on after IRQ receipt,
but not necessarily using rt_intr_enable(). Returning RT_INTR_ENABLE
from the ISR is just the other way to do this.
>
> Nacho.
>
> _______________________________________________
> Xenomai-core mailing list
> Xenomai-core@domain.hid
> https://mail.gna.org/listinfo/xenomai-core
>
--
Philippe.
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2005-11-29 13:28 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-11-29 13:09 [Xenomai-core] rt_intr_enable() requierd after rt_intr_create Ignacio García Pérez
2005-11-29 13:28 ` Philippe Gerum
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.