[][src]Function core::arch::aarch64::__disable_irq

pub unsafe fn __disable_irq()
🔬 This is a nightly-only experimental API. (stdsimd #48556)
This is supported on AArch64 and target feature mclass only.

Disable IRQ Interrupts

Disables IRQ interrupts by setting the I-bit in the CPSR. Can only be executed in Privileged modes.