Go to advanced search

by fuw
Wed Dec 02, 2015 8:08 pm
Forum: Bare metal, Assembly language
Topic: How to enumerate interrupts?
Replies: 1
Views: 885

How to enumerate interrupts?

By writing Linux kernel module one has possibility to handle interrupts. Usually using request_irq Linux function. However, it is necessary to know interrupt identifier. Is there any data that describe this correspondence between interrupts from different peripheral components and Linux identifiers?...

Go to advanced search