Skip to main content

write_fmt

Function write_fmt 

Source
pub fn write_fmt(args: Arguments<'_>) -> usize
Expand description

Synchronously writes one formatted emergency record.

The call itself does not queue work, allocate, or sleep. Once the emergency path claims a runtime UART, normal worker and IRQ register access remains excluded until shutdown so fatal records cannot be interleaved.