cortex_m::asm

Function udf

source
pub fn udf() -> !
Expand description

Generate an Undefined Instruction exception.

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