comp.lang.ada
 help / color / mirror / Atom feed
From: cis.ohio-state.edu!pacific.mps.ohio-state.edu!linac!uwm.edu!ux1.cso.uiuc. edu!news.cso.uiuc.edu!ehsn4.cen.uiuc.edu!dl10696@ucbvax.Berkeley.EDU  (Dat Trie u Le)
Subject: Interrupts
Date: 18 Feb 93 15:07:11 GMT	[thread overview]
Message-ID: <C2nGo0.8oB@news.cso.uiuc.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.

             reply	other threads:[~1993-02-18 15:07 UTC|newest]

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

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