You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Usually there is a certain number of IRQs available.
1984
1984
How many IRQs there are is hardware-dependent.
1985
1985
1986
-
The flags can be used for specify behaviors of the IRQ.
1986
+
The flags can be used to specify behaviors of the IRQ.
1987
1987
For example, use \cpp|IRQF_SHARED| to indicate you are willing to share the IRQ with other interrupt handlers (usually because a number of hardware devices sit on the same IRQ); use the \cpp|IRQF_ONESHOT| to indicate that the IRQ is not reenabled after the handler finished.
1988
1988
It should be noted that in some materials, you may encounter another set of IRQ flags named with the \cpp|SA| prefix.
1989
1989
For example, the \cpp|SA_SHIRQ| and the \cpp|SA_INTERRUPT|.
0 commit comments