pub unsafe fn panic_cpu_state<W: Write, C: Chip>(
chip: Option<&'static C>,
writer: &mut W,
)Expand description
Print current machine (CPU) state.
NOTE: The supplied writer must be synchronous.
ยงSafety
This may only be called during a panic.