GPIO:BindInterrupt: Difference between revisions
Created page with "=Request= {| class="wikitable" border="1" |- ! Index Word ! Description |- | 0 | Header code [0x00090082] |- | 1 | u32, interrupt bitmask |- | 2 | s32, priority |- | 3 | 0x0000..." |
did you even look at the exheader? |
||
| (7 intermediate revisions by 3 users not shown) | |||
| Line 15: | Line 15: | ||
|- | |- | ||
| 3 | | 3 | ||
| 0x00000000 | | Must be value [[IPC#Message_Structure|0x00000000]], otherwise error 0xD9001830 | ||
|- | |- | ||
| 4 | | 4 | ||
| 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. | |||