[ECOS] interrupt_end() function

Fabrice Gautier gautier@email.enst.fr
Sat Jul 14 19:44:00 GMT 2001


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>



More information about the Ecos-discuss mailing list