Function ctru_sys::svcUnbindInterrupt
source · pub unsafe extern "C" fn svcUnbindInterrupt(
interruptId: u32_,
eventOrSemaphore: Handle
) -> Result
Expand 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.