GPIO:BindInterrupt: Difference between revisions
No edit summary |
did you even look at the exheader? |
||
(5 intermediate revisions by 3 users not shown) | |||
Line 94: | Line 94: | ||
See also [[ARM11 Interrupts]]. | See also [[ARM11 Interrupts]]. | ||
=Interrupts | =Interrupts bound by modules= | ||
{| class="wikitable" border="1" | {| class="wikitable" border="1" | ||
|- | |- | ||
! Module | ! Module | ||
! | ! Bound interrupts (bitmask) | ||
|- | |- | ||
| [[Codec_Services| | | [[Codec_Services|codec]] | ||
| 0x8 | | 0x8 | ||
|- | |||
| [[HID_Services|hid]] | |||
| 0x100 | |||
|- | |||
| [[IR_Services|ir]] | |||
| 0x40 | |||
|- | |||
| [[MCU_Services|mcu]] | |||
| 0x8000 | |||
|} | |} | ||
See [[GPIO:BindInterrupt#Supported_values]] for the bitmask <-> IRQ number correspondence table. |