pub unsafe extern "C" fn svcUnbindInterrupt(
interruptId: u32_,
eventOrSemaphore: Handle,
) -> ResultExpand description
Unbinds an event or semaphore handle from an ARM11 interrupt.
ยงArguments
interruptId- Interrupt identfier, see (see https://www.3dbrew.org/wiki/ARM11_Interrupts).eventOrSemaphore- Event or semaphore handle to unbind from the given interrupt.