pub enum Loops {
Noffect = 0,
Loopback = 1,
}Expand description
Loop Mode Select
Value on reset: 0
Variants§
Noffect = 0
0: Normal operation: RXD and TXD use separate pins
Loopback = 1
1: Loop mode or Single-Wire mode
Trait Implementations§
impl Copy for Loops
impl Eq for Loops
impl StructuralPartialEq for Loops
Auto Trait Implementations§
impl Freeze for Loops
impl RefUnwindSafe for Loops
impl Send for Loops
impl Sync for Loops
impl Unpin for Loops
impl UnsafeUnpin for Loops
impl UnwindSafe for Loops
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