Function disable_memfault

Source
pub unsafe fn disable_memfault()
Expand description

Disable the MemFault exception.

§Notes

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