pub struct UART { /* private fields */ }Expand description
Universal Asynchronous Receiver Transmitter
Implementations§
Methods from Deref<Target = RegisterBlock>§
Sourcepub fn uart_fbrd(&self) -> &Reg<UART_FBRD_SPEC>
pub fn uart_fbrd(&self) -> &Reg<UART_FBRD_SPEC>
0x00 - The fractional baud rate divisor.
Sourcepub fn uart_ibrd(&self) -> &Reg<UART_IBRD_SPEC>
pub fn uart_ibrd(&self) -> &Reg<UART_IBRD_SPEC>
0x00 - The integer baud rate divisor.
Sourcepub fn uart_dr(&self) -> &Reg<UART_DR_SPEC>
pub fn uart_dr(&self) -> &Reg<UART_DR_SPEC>
0x00 - Uart Data register
Trait Implementations§
Auto Trait Implementations§
impl Freeze for UART
impl RefUnwindSafe for UART
impl !Sync for UART
impl Unpin for UART
impl UnwindSafe for UART
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