GPIO Services: Difference between revisions
No edit summary |
Add permitted interrupts bitmask |
||
Line 1: | Line 1: | ||
[[Category:Services]] | [[Category:Services]] | ||
= GPIO Service Names = | = GPIO Service Names = | ||
{| class="wikitable" border="1" | |||
|- | |||
! Service name | |||
! Permitted interrupts bitmasks | |||
|- | |||
! gpio:CDC | |||
! 0x48 | |||
|- | |||
! gpio:MCU | |||
! 0x48020 | |||
|- | |||
! gpio:HID | |||
! 0x4301 | |||
|- | |||
! gpio:NWM | |||
! 0x40020 | |||
|- | |||
! gpio:IR | |||
! 0xEC0 | |||
|- | |||
! gpio:NFC | |||
! 0x13000 | |||
|- | |||
! gpio:QTM | |||
! 0x20000 | |||
|} | |||
For the mapping between interrupts bitmasks and IRQs see: [[GPIO:BindInterrupt#Supported_values]]. | |||
The commands for these services are identical. | The commands for these services are identical. |