pub unsafe extern "C" fn DSP_RegisterInterruptEvents(
handle: Handle,
interrupt: u32_,
channel: u32_,
) -> ResultExpand description
Registers an event handle with the DSP through IPC
ยงArguments
handle- Event handle to register.interrupt- The type of interrupt that will trigger the event. Usual value is DSP_INTERRUPT_PIPE.channel- The pipe channel. Usual value is 2
Note: It is possible that interrupt are inverted