Function disable_usagefault

Source
pub unsafe fn disable_usagefault()
Expand description

Disable the UsageFault exception.

§Notes

This escalates the exception to a HardFault instead of triggering a UsageFault exception, so it does not disable UsageFault completely.