pub struct UartPanicWriterConfig {
pub registers: StaticRef<UartRegisters>,
pub params: Parameters,
}Expand description
Configuration for the synchronous UART panic writer.
This captures everything needed to setup the UART for panic display, even if the normal kernel had initialized it differently.
Fields§
§registers: StaticRef<UartRegisters>§params: ParametersAuto Trait Implementations§
impl Freeze for UartPanicWriterConfig
impl !RefUnwindSafe for UartPanicWriterConfig
impl !Send for UartPanicWriterConfig
impl !Sync for UartPanicWriterConfig
impl Unpin for UartPanicWriterConfig
impl UnsafeUnpin for UartPanicWriterConfig
impl !UnwindSafe for UartPanicWriterConfig
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more