comp.lang.ada
 help / color / mirror / Atom feed
From: uchinews!iitmax!news@handies.ucar.edu  (USERS)
Subject: Interrupts
Date: 17 Feb 93 16:15:08 GMT	[thread overview]
Message-ID: <1993Feb17.161508.30722@iitmax.iit.edu> (raw)

Hi everyone,

I'm working on an ada application requiring the use of interrupts.
I understand you can use tasks to trap interrupts, but haven't
tested it.

task service is
  entry ISR;
  for ISR use at 16#xxx#;
end service;

My question is: instead of using the overhead of tasks, is it
possible to tie the interrupt directly to a procedure?

procedure ISR is
end ISR;
for ISR use at 16#xxx#;

Any advice or comments is appreciated. Thanks in advance.

Duc Le
email:
led@sunfs1.dsd.northrop.com

             reply	other threads:[~1993-02-17 16:15 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
1993-02-17 16:15 USERS [this message]
  -- strict thread matches above, loose matches on Subject: below --
1993-02-18 15:07 Interrupts Dat Trie u Le
1993-02-18 21:12 Interrupts Bob Kitzberger
1993-02-23 12:42 Interrupts destroyer!cs.ubc.ca!utcsri!newsflash.concordia.ca!nstn.ns.ca!jmacleod
1993-02-23 21:30 Interrupts agate!howland.reston.ans.net!sol.ctr.columbia.edu!eff!news.oc.com!convex!
2001-01-07 20:52 Interrupts Szygula
2001-01-08 13:48 ` Interrupts Andrzej Lewandowski
replies disabled

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox