pub struct UART0 { /* fields omitted */ }
Expand description
Universal Asynchronous Receiver Transmitter
Pointer to the register block
Return the pointer to the register block
0x00 - UART Divisor Latch Low Register
0x00 - UART Transmit Holding Register
0x00 - UART Receive Buffer Register
0x04 - UART Interrupt Enable Register
0x04 - UART Divisor Latch High Register
0x08 - UART FIFO Control Register
0x08 - UART Interrupt Identity Register
Formats the value using the given formatter. Read more
The resulting type after dereferencing.
impl<T> Any for T where
T: 'static + ?Sized,
Immutably borrows from an owned value. Read more
Mutably borrows from an owned value. Read more
impl<T, U> Into<U> for T where
U: From<T>,
The type returned in the event of a conversion error.
The type returned in the event of a conversion error.