pub enum UsartMapping {
Usart1Remap0,
Usart1Remap1,
Usart1Remap2,
Usart1Remap3,
}Variants§
Usart1Remap0
USART1 remap 0: TX=PD5, RX=PD6
Usart1Remap1
USART1 remap 1: TX=PD0, RX=PD1
Usart1Remap2
USART1 remap 2: TX=PD6, RX=PD5
Usart1Remap3
USART1 remap 3: TX=PC0, RX=PC1
Implementations§
Trait Implementations§
Source§impl Clone for UsartMapping
impl Clone for UsartMapping
Source§fn clone(&self) -> UsartMapping
fn clone(&self) -> UsartMapping
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for UsartMapping
impl Debug for UsartMapping
Source§impl PartialEq for UsartMapping
impl PartialEq for UsartMapping
impl Copy for UsartMapping
impl Eq for UsartMapping
impl StructuralPartialEq for UsartMapping
Auto Trait Implementations§
impl Freeze for UsartMapping
impl RefUnwindSafe for UsartMapping
impl Send for UsartMapping
impl Sync for UsartMapping
impl Unpin for UsartMapping
impl UnsafeUnpin for UsartMapping
impl UnwindSafe for UsartMapping
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