Struct stm32ral::stm32g0::peripherals::lpuart_v2::ResetValues[][src]

pub struct ResetValues {
Show 15 fields pub CR1: u32, pub CR2: u32, pub CR3: u32, pub BRR: u32, pub RQR: u32, pub ISR: u32, pub ICR: u32, pub RDR: u32, pub TDR: u32, pub PRESC: u32, pub HWCFGR2: u32, pub HWCFGR1: u32, pub VERR: u32, pub IPIDR: u32, pub SIDR: u32,
}

Fields

CR1: u32CR2: u32CR3: u32BRR: u32RQR: u32ISR: u32ICR: u32RDR: u32TDR: u32PRESC: u32HWCFGR2: u32HWCFGR1: u32VERR: u32IPIDR: u32SIDR: u32

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.