Function cortex_m::asm::udf

source ·
pub fn udf() -> !
Expand description

Generate an Undefined Instruction exception.

Can be used as a stable alternative to core::intrinsics::abort.