Struct tm4c123x_hal::serial::UART2
source · pub struct UART2 { /* private fields */ }
Expand description
UART2
Implementations
Trait Implementations
sourceimpl Deref for UART2
impl Deref for UART2
type Target = RegisterBlock
type Target = RegisterBlock
The resulting type after dereferencing.
sourcefn deref(&self) -> &RegisterBlock
fn deref(&self) -> &RegisterBlock
Dereferences the value.
impl<T> RxPin<UART2> for PD6<AlternateFunction<AF1, T>>where
T: OutputMode,
impl Send for UART2
impl<T> TxPin<UART2> for PD7<AlternateFunction<AF1, T>>where
T: OutputMode,
Auto Trait Implementations
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more