#[unsafe(no_mangle)]pub unsafe extern "C" fn DefaultHandler()Expand description
Provide a conservative default IRQ handler that avoids wedging the system. It clears all NVIC pending bits and returns, so spurious or reserved IRQs don’t trap the core in an infinite WFI loop during bring-up.