public inbox for ecos-discuss@sourceware.org
 help / color / mirror / Atom feed
* [ECOS] interrupt_end() function
@ 2001-07-14 19:27 Tony Ko
  2001-07-14 19:44 ` Fabrice Gautier
  0 siblings, 1 reply; 2+ messages in thread
From: Tony Ko @ 2001-07-14 19:27 UTC (permalink / raw)
  To: ecos-discuss

hi.
when is interrupt_end( ) called?
who is caller?

thanks in advance.

Tony.



^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [ECOS] interrupt_end() function
  2001-07-14 19:27 [ECOS] interrupt_end() function Tony Ko
@ 2001-07-14 19:44 ` Fabrice Gautier
  0 siblings, 0 replies; 2+ messages in thread
From: Fabrice Gautier @ 2001-07-14 19:44 UTC (permalink / raw)
  To: Tony Ko; +Cc: ecos-discuss

On Sun, 15 Jul 2001 11:27:24 +0900
"Tony Ko" <nhko@gctsemi.com> wrote:

> hi.
> when is interrupt_end( ) called?
> who is caller?

Somewhere at the end of an ISR

> who is caller?

For x86 the caller was some assembly code in the HAL (see vectors.S).
In fact it's called after your ISR function return.

-- 
Fabrice Gautier <gautier@email.enstfr>

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2001-07-14 19:44 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2001-07-14 19:27 [ECOS] interrupt_end() function Tony Ko
2001-07-14 19:44 ` Fabrice Gautier

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).