Enum Loops
pub enum Loops {
_0 = 0,
_1 = 1,
}Expand description
Loop Mode Select
Value on reset: 0
Variants§
_0 = 0
0: Normal operation - RXD and TXD use separate pins.
_1 = 1
1: Loop mode or single-wire mode where transmitter outputs are internally connected to receiver input (see RSRC bit).
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 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