All of lore.kernel.org
 help / color / mirror / Atom feed
From: Jan Kiszka <jan.kiszka@domain.hid>
To: Keinen Namen <GSM909@domain.hid>
Cc: xenomai@xenomai.org
Subject: Re: [Xenomai-help] isr
Date: Mon, 10 Jul 2006 10:30:16 +0200	[thread overview]
Message-ID: <44B21018.4060702@domain.hid> (raw)
In-Reply-To: <20060710080757.4430@domain.hid>

[-- Attachment #1: Type: text/plain, Size: 603 bytes --]

Keinen Namen wrote:
> Hi I useing Xenomai 2.1 and the native skin 
> 
> I want create a intr in kernel space with rt_intr_create, the 4th argument is the pointer is the ISR.
> 
> My Question is which form does the ISR must have
> 
> rt_isr_t myisr ( ??? )
> {
> ...
> }
> 

int my_isr(rt_intr_t *intr);

That's indeed undocumented, you had to browse the code for this
information. :-/

[Note: unless you are writing some specialised or experimental code,
developing drivers over the RTDM skin is recommended now. This aims at
unifying the device interfaces for all skins.]

Jan


[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 250 bytes --]

  reply	other threads:[~2006-07-10  8:30 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-07-10  8:07 [Xenomai-help] isr Keinen Namen
2006-07-10  8:30 ` Jan Kiszka [this message]
2006-07-10  8:45   ` Keinen Namen
2006-07-10  8:58     ` Jan Kiszka
2006-07-10 11:40       ` [Xenomai-help] ISR Again Keinen Namen
2006-07-10 14:00         ` [Xenomai-help] " Bernhard Walle

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=44B21018.4060702@domain.hid \
    --to=jan.kiszka@domain.hid \
    --cc=GSM909@domain.hid \
    --cc=xenomai@xenomai.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.