Function psp::sys::sceKernelIsCpuIntrSuspended

source ·
#[no_mangle]
pub unsafe extern "C" fn sceKernelIsCpuIntrSuspended(
    flags: u32
) -> i32
Expand description

Determine if interrupts are suspended or active, based on the given flags.

§Parameters

  • flags: The value returned from sceKernelCpuSuspendIntr.

§Return Value

1 if flags indicate that interrupts were not suspended, 0 otherwise.