#[repr(C)]
pub struct RegisterBlock { pub uart_urdr: UART_URDR, pub uart_urcr: UART_URCR, pub uart_urier: UART_URIER, pub uart_ursifr: UART_URSIFR, pub uart_urdlr: UART_URDLR, pub uart_urtstr: UART_URTSTR, /* private fields */ }
Expand description

Register block

Fields

uart_urdr: UART_URDR

0x00 - UART_URDR

uart_urcr: UART_URCR

0x04 - UART_URCR

uart_urier: UART_URIER

0x0c - UART_URIER

uart_ursifr: UART_URSIFR

0x10 - UART_URSIFR

uart_urdlr: UART_URDLR

0x24 - UART_URDLR

uart_urtstr: UART_URTSTR

0x28 - UART_URTSTR

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

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

Should always be Self
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.