GPIO:BindInterrupt: Difference between revisions
No edit summary |
did you even look at the exheader? |
||
| (6 intermediate revisions by 3 users not shown) | |||
| Line 93: | Line 93: | ||
See also [[ARM11 Interrupts]]. | See also [[ARM11 Interrupts]]. | ||
=Interrupts bound by modules= | |||
{| class="wikitable" border="1" | |||
|- | |||
! Module | |||
! Bound interrupts (bitmask) | |||
|- | |||
| [[Codec_Services|codec]] | |||
| 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. | |||